emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105057: * lib-src/update-game-score.


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105057: * lib-src/update-game-score.c (usage): Update usage line.
Date: Sat, 09 Jul 2011 12:32:42 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105057
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2011-07-09 12:32:42 +0200
message:
  * lib-src/update-game-score.c (usage): Update usage line.
modified:
  lib-src/ChangeLog
  lib-src/update-game-score.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-07-02 15:07:57 +0000
+++ b/lib-src/ChangeLog 2011-07-09 10:32:42 +0000
@@ -1,3 +1,7 @@
+2011-07-09  Andreas Schwab  <address@hidden>
+
+       * update-game-score.c (usage): Update usage line.
+
 2011-07-02  Jason Rumney  <address@hidden>
 
        * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on

=== modified file 'lib-src/update-game-score.c'
--- a/lib-src/update-game-score.c       2011-03-21 07:46:53 +0000
+++ b/lib-src/update-game-score.c       2011-07-09 10:32:42 +0000
@@ -71,7 +71,7 @@
 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 @@
 #ifndef HAVE_STRERROR
 #ifndef WINDOWSNT
 char *
-strerror (errnum)
-     int errnum;
+strerror (int errnum)
 {
   extern char *sys_errlist[];
   extern int sys_nerr;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]