summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/fortune/strfile/strfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c
index 1d58b53..f8c52a3 100644
--- a/games/fortune/strfile/strfile.c
+++ b/games/fortune/strfile/strfile.c
@@ -350,7 +350,7 @@ void do_order()
Tbl.str_flags |= STR_ORDERED;
}
-/* static */ int collate_range_cmp (c1, c2)
+static int collate_range_cmp (c1, c2)
int c1, c2;
{
static char s1[2], s2[2];
OpenPOWER on IntegriCloud