aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/reason_phrase.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-06 22:29:11 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-06 22:29:11 +0000
commit74d383c58105026f05856f38d7f4555bcdfb701c (patch)
treee68de0e282a15b0c8ac039bdaeef519f6309bbe6 /src/microhttpd/reason_phrase.c
parente3994e2a7f7a3aa2766f5494fbd6d8b05e475772 (diff)
downloadlibmicrohttpd-74d383c58105026f05856f38d7f4555bcdfb701c.tar.gz
libmicrohttpd-74d383c58105026f05856f38d7f4555bcdfb701c.zip
address #4614: mark translatable strings with _-macro
Diffstat (limited to 'src/microhttpd/reason_phrase.c')
-rw-r--r--src/microhttpd/reason_phrase.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhttpd/reason_phrase.c b/src/microhttpd/reason_phrase.c
index 82605565..03e741b2 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -30,7 +30,9 @@
30#define NULL (void*)0 30#define NULL (void*)0
31#endif 31#endif
32 32
33static const char *invalid_hundred[] = { NULL }; 33static const char *invalid_hundred[] = {
34 NULL
35};
34 36
35static const char *const one_hundred[] = { 37static const char *const one_hundred[] = {
36 "Continue", 38 "Continue",