aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'liberty-proto.c')
-rw-r--r--liberty-proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty-proto.c b/liberty-proto.c
index f7a62fd..2e92b9d 100644
--- a/liberty-proto.c
+++ b/liberty-proto.c
@@ -148,7 +148,7 @@ irc_free_message (struct irc_message *msg)
static void
irc_process_buffer (struct str *buf,
- void (*callback)(const struct irc_message *, const char *, void *),
+ void (*callback) (const struct irc_message *, const char *, void *),
void *user_data)
{
char *start = buf->str, *end = start + buf->len;