summaryrefslogtreecommitdiffstats
path: root/hcid/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/plugin.c')
-rw-r--r--hcid/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/plugin.c b/hcid/plugin.c
index acebed61..41c55155 100644
--- a/hcid/plugin.c
+++ b/hcid/plugin.c
@@ -110,7 +110,7 @@ gboolean plugin_init(GKeyFile *config)
gchar *filename;
struct stat st;
- if (g_str_has_prefix(file, "lib") == FALSE ||
+ if (g_str_has_prefix(file, "lib") == TRUE ||
g_str_has_suffix(file, ".so") == FALSE)
continue;