This commit is contained in:
Stas Degteff 2011-02-13 13:20:19 +00:00
parent ea84376e1d
commit cd61304518

View File

@ -78,4 +78,4 @@ int main(int argc, char**argv)
for ( int c=1; c<argc; c++ )
printf( "%s CRC16 0x%04X\n", argv[c], strCrc16(argv[c]) );
}
#endif
#endif