summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/syslog.c b/syslog.c
index 41b6bfe2..af46bce3 100644
--- a/syslog.c
+++ b/syslog.c
@@ -51,7 +51,7 @@ struct syslog_strm {
val prio_k;
-static_forward(struct strm_ops syslog_strm_ops)
+static_forward(struct strm_ops syslog_strm_ops);
void syslog_init(void)
{
@@ -231,7 +231,7 @@ static_def(struct strm_ops syslog_strm_ops =
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
syslog_get_prop,
syslog_set_prop,
- 0, 0, 0, 0))
+ 0, 0, 0, 0));
val make_syslog_stream(val prio)
{