From c69ce64273eefdcd0c6b6cc22490eee1da7cf413 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Wed, 14 Oct 2020 14:08:09 +0200 Subject: [PATCH] removing message_types --- src/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc.h b/src/ipc.h index c9669a0..85b9a32 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -41,7 +41,7 @@ enum msg_types { , MSG_TYPE_ERR = 1 , MSG_TYPE_DATA = 2 , MSG_TYPE_NETWORK_LOOKUP = 3 -} message_types; +}; /** * Event types.