diff options
Diffstat (limited to 'signpost.c')
| -rw-r--r-- | signpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2321,7 +2321,7 @@ const struct game thegame = { const char *quis = NULL; int verbose = 0; -void usage(FILE *out) { +static void usage(FILE *out) { fprintf(out, "usage: %s [--stdin] [--soak] [--seed SEED] <params>|<game id>\n", quis); } |