aboutsummaryrefslogtreecommitdiff
path: root/src/locale/catgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/catgets.c')
-rw-r--r--src/locale/catgets.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/catgets.c b/src/locale/catgets.c
index 71c31c1d..5ce79534 100644
--- a/src/locale/catgets.c
+++ b/src/locale/catgets.c
@@ -36,3 +36,11 @@ char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
}
return (char *)(strings + V(msg+8));
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif