diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/locale/__lctrans.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/locale/__lctrans.c b/src/locale/__lctrans.c index 2769c084..15994c57 100644 --- a/src/locale/__lctrans.c +++ b/src/locale/__lctrans.c @@ -2,7 +2,7 @@  #include "locale_impl.h"  #include "libc.h" -const char *dummy(const char *msg, const struct __locale_map *lm) +static const char *dummy(const char *msg, const struct __locale_map *lm)  {  	return msg;  } | 
