summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/hello/hello.c')
-rw-r--r--apps/examples/thttpd/content/hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/content/hello/hello.c b/apps/examples/thttpd/content/hello/hello.c
index 386759fc2..1187852d6 100644
--- a/apps/examples/thttpd/content/hello/hello.c
+++ b/apps/examples/thttpd/content/hello/hello.c
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
"</div>\r\n"
"<div class=\"contentblock\">\r\n");
printf(
- "<h2>Hello, World!</h2><p>Requested by: %s</p>\r\n",
+ "<h2>Hello, World!</h2><p>Requested by: %s</p>\r\n",
getenv("REMOTE_ADDR"));
puts(
"</body>\r\n"