summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-31 14:49:40 +0000
committerache <ache@FreeBSD.org>1996-10-31 14:49:40 +0000
commit5f23ea3377defa84228dc2bacef3bb6645533ef1 (patch)
treec17cf64ba6a0a16e28f6989670d29f07779706ba /games/fortune
parentd7aa9c874c79b9b4d426bac46b21a9962aa12784 (diff)
downloadFreeBSD-src-5f23ea3377defa84228dc2bacef3bb6645533ef1.zip
FreeBSD-src-5f23ea3377defa84228dc2bacef3bb6645533ef1.tar.gz
Uncomment static from collate_range_cmp, no more in locale.h
Diffstat (limited to 'games/fortune')
-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