fix eof
This commit is contained in:
parent
ea84376e1d
commit
cd61304518
@ -78,4 +78,4 @@ int main(int argc, char**argv)
|
|||||||
for ( int c=1; c<argc; c++ )
|
for ( int c=1; c<argc; c++ )
|
||||||
printf( "%s CRC16 0x%04X\n", argv[c], strCrc16(argv[c]) );
|
printf( "%s CRC16 0x%04X\n", argv[c], strCrc16(argv[c]) );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user