summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/publisher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher.c b/src/publisher.c
index 134d678..afbf45d 100644
--- a/src/publisher.c
+++ b/src/publisher.c
@@ -8,7 +8,7 @@
#include "utils.h"
-int main (void)
+int main (int argc, char *argv [])
{
// Prepare our context and publisher
void *context = zmq_ctx_new ();