diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-09 21:54:04 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-09 21:54:04 -0700 |
commit | 0f5860c118b3beb1c6acd56de08deff4b3d1c2d1 (patch) | |
tree | 534f2b73c5af3667195021e01369c3946ef17850 /lib-src/update-game-score.c | |
parent | 3d29b229d84660757079cfa0e1460bb8b6dc86da (diff) | |
parent | 54806e457ed1d89cf65f8f07823e7074a12bccfd (diff) | |
download | emacs-0f5860c118b3beb1c6acd56de08deff4b3d1c2d1.tar.gz emacs-0f5860c118b3beb1c6acd56de08deff4b3d1c2d1.tar.bz2 emacs-0f5860c118b3beb1c6acd56de08deff4b3d1c2d1.zip |
Merge from trunk.
Diffstat (limited to 'lib-src/update-game-score.c')
-rw-r--r-- | lib-src/update-game-score.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index e95e2ce259d..76483c371ff 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c @@ -71,7 +71,7 @@ static int usage (int err) NO_RETURN; static int usage (int err) { - fprintf (stdout, "Usage: update-game-score [-m MAX ] [ -r ] game/scorefile SCORE DATA\n"); + fprintf (stdout, "Usage: update-game-score [-m MAX] [-r] [-d DIR] game/scorefile SCORE DATA\n"); fprintf (stdout, " update-game-score -h\n"); fprintf (stdout, " -h\t\tDisplay this help.\n"); fprintf (stdout, " -m MAX\t\tLimit the maximum number of scores to MAX.\n"); @@ -113,8 +113,7 @@ static void lose_syserr (const char *msg) NO_RETURN; #ifndef HAVE_STRERROR #ifndef WINDOWSNT char * -strerror (errnum) - int errnum; +strerror (int errnum) { extern char *sys_errlist[]; extern int sys_nerr; |