mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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++];
|
char* arg = argv[index++];
|
||||||
|
|
||||||
if ( 0 == strcmp( arg, "-v" ) ) {
|
if ( 0 == strcmp( arg, "-v" ) ) {
|
||||||
fprintf( stderr, "%s (Subversion revision %s)", argv[0],
|
fprintf( stderr, "%s (Subversion revision %s)\n", argv[0],
|
||||||
VERSION_STR );
|
VERSION_STR );
|
||||||
exit( 0 );
|
exit( 0 );
|
||||||
} else if ( 0 == strcmp( arg, "-b" ) ) {
|
} else if ( 0 == strcmp( arg, "-b" ) ) {
|
||||||
|
|
Loading…
Reference in a new issue