summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-15 11:49:17 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-15 11:49:17 +0200
commit5056c0636009ff72a976e366b1496d5a98d47f75 (patch)
treec6b3a92e308a8e1e44e6c1e4f6f2efa90c6b47e7
parentec60f1e34aea8b9d387586d0c891a98713a061d7 (diff)
Minor changes
-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 ();