summaryrefslogtreecommitdiffstats
path: root/controller/ctl-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ctl-plugin.c')
-rw-r--r--controller/ctl-plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/ctl-plugin.c b/controller/ctl-plugin.c
index 6c73573..9a34a29 100644
--- a/controller/ctl-plugin.c
+++ b/controller/ctl-plugin.c
@@ -84,7 +84,6 @@ STATIC int PluginLoadOne (CtlPluginT *ctlPlugin, json_object *pluginJ, void* han
char *ldSearchPath = NULL;
void *dlHandle;
-
// plugin initialises at 1st load further init actions should be place into onload section
if (!pluginJ) return 0;