Show
Ignore:
Timestamp:
12/05/06 21:33:21 (2 years ago)
Author:
gary
Message:

hash.cpp - remove cases of return after call to cdEXIT - cdEXIT does not return

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/hash.cpp

    r675 r686  
    281281                                puts( "[Stop in makelist]" ); 
    282282                                cdEXIT(EXIT_FAILURE); 
    283                                 return 0; 
    284283                        } 
    285284                } 
     
    305304                                puts( "[Stop in makelist]" ); 
    306305                                cdEXIT(EXIT_FAILURE); 
    307                                 return 0; 
    308306                        } 
    309307                }