summaryrefslogtreecommitdiff
path: root/event_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'event_compat.h')
-rw-r--r--event_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compat.h b/event_compat.h
index d5cc1ef..c62802c 100644
--- a/event_compat.h
+++ b/event_compat.h
@@ -182,7 +182,7 @@ int evbuffer_read(struct evbuffer *, int, int);
u_char *evbuffer_find(struct evbuffer *, const u_char *, size_t);
void evbuffer_setcb(struct evbuffer *, void (*)(struct evbuffer *, size_t, size_t, void *), void *);
-/*
+/*
* Marshaling tagged data - We assume that all tags are inserted in their
* numeric order - so that unknown tags will always be higher than the
* known ones - and we can just ignore the end of an event buffer.