mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
check that this version number stuff works
This commit is contained in:
parent
8ca7d1644a
commit
8ba01c1979
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ parseARGV( int argc, char** argv, const char** inFileName )
|
|||
char* arg = argv[index++];
|
||||
|
||||
if ( 0 == strcmp( arg, "-v" ) ) {
|
||||
fprintf( stderr, "%s (Subversion revision %s)", argv[0],
|
||||
fprintf( stderr, "%s (Subversion revision %s)\n", argv[0],
|
||||
VERSION_STR );
|
||||
exit( 0 );
|
||||
} else if ( 0 == strcmp( arg, "-b" ) ) {
|
||||
|
|
Loading…
Reference in a new issue