From e42f3fe2cb5bdb7323386c800de898ab980971a2 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 23 Feb 2014 12:37:48 -0800 Subject: [PATCH] Removed semicolon from SDB_PLUGIN_MAGIC definition. Rather, the semicolon is added when using the define. --- src/include/core/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/core/plugin.h b/src/include/core/plugin.h index a4217ac..5928560 100644 --- a/src/include/core/plugin.h +++ b/src/include/core/plugin.h @@ -52,7 +52,7 @@ typedef struct sdb_plugin_info sdb_plugin_info_t; * missing prototype warnings/errors for the plugin init * function */ #define SDB_PLUGIN_MAGIC \ - int sdb_module_init(sdb_plugin_info_t *info); + int sdb_module_init(sdb_plugin_info_t *info) typedef struct { _Bool do_loop; -- 2.30.2