From 5056c0636009ff72a976e366b1496d5a98d47f75 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 11:49:17 +0200 Subject: [PATCH] Minor changes --- src/publisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();