summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/catgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/catgets.c b/src/locale/catgets.c
index d4a44b35..71c31c1d 100644
--- a/src/locale/catgets.c
+++ b/src/locale/catgets.c
@@ -7,7 +7,7 @@
#define V(p) be32toh(*(uint32_t *)(p))
-int cmp(const void *a, const void *b)
+static int cmp(const void *a, const void *b)
{
uint32_t x = V(a), y = V(b);
return x<y ? -1 : x>y ? 1 : 0;