Changeset 698 for trunk/MagicSoft/Mars/mgui/MGDataCheckMain.cc
- Timestamp:
- 03/22/01 12:24:47 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGDataCheckMain.cc
r571 r698 252 252 if ( strcmp ( fInputFile, "\n") == 0 ) 253 253 { 254 return ( kFALSE ) ;254 return kFALSE ; 255 255 } 256 256 257 return (kTRUE) ;257 return kTRUE ; 258 258 } 259 259
Note:
See TracChangeset
for help on using the changeset viewer.