aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/busybox.net/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index c0a50ca7c..d7ceabd3f 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -91,7 +91,7 @@ BusyBox is licensed under the
Turns out that there was still a bug in busybox syslogd.
For example, with the following test app:
<pre>
- #include &lt;syslog.h&gt
+ #include &lt;syslog.h&gt;
int do_log(char* msg, int delay)
{