summaryrefslogtreecommitdiff
path: root/src/task_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_proto.h')
-rw-r--r--src/task_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task_proto.h b/src/task_proto.h
index fe57752..160dee9 100644
--- a/src/task_proto.h
+++ b/src/task_proto.h
@@ -32,7 +32,7 @@
#include <libwebsockets.h>
-int callback_lws_task(struct libwebsocket_context * context,
+int callback_lws_task(struct libwebsocket_context *context,
struct libwebsocket *wsi,
enum libwebsocket_callback_reasons reason,
void *user, void *in, size_t len);