summaryrefslogtreecommitdiff
path: root/plugins/fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fake.c')
-rw-r--r--plugins/fake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fake.c b/plugins/fake.c
index 74b32bcb..33165dab 100644
--- a/plugins/fake.c
+++ b/plugins/fake.c
@@ -120,4 +120,4 @@ static void fake_exit(void)
connman_driver_unregister(&fake_device_driver);
}
-CONNMAN_PLUGIN_DEFINE("fake", "Tesing plugin", VERSION, fake_init, fake_exit)
+CONNMAN_PLUGIN_DEFINE(fake, "Tesing plugin", VERSION, fake_init, fake_exit)