httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!
diff --git a/applets/busybox.c b/applets/busybox.c
index 9f2edde..4d59b45 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -64,8 +64,8 @@
for (s = applet_name; *s ;)
if (*(s++) == '/') applet_name = s;
- /* Set locale for everybody except `init' */
- if(ENABLE_LOCALE_SUPPORT && getpid() != 1)
+ /* Set locale for everybody except 'init' */
+ if (ENABLE_LOCALE_SUPPORT && getpid() != 1)
setlocale(LC_ALL, "");
run_applet_by_name(applet_name, argc, argv);