Replace '-' by '_' in plugin name
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>
Thu, 14 Mar 2013 19:35:22 +0000 (20:35 +0100)
committerGerrit Code Review <gerrit2@kim11>
Fri, 15 Mar 2013 08:27:44 +0000 (17:27 +0900)
Change-Id: I63f8788b738eea8ad3c0f8dc208050d89df17fdf

src/desc_mfld_blackbay.c

index 075009f..d321af0 100644 (file)
@@ -795,7 +795,7 @@ static void on_unload(TcorePlugin *plugin)
 
 struct tcore_plugin_define_desc plugin_define_desc =
 {
-       .name = "mfld-blackbay",
+       .name = "mfld_blackbay",
        .priority = TCORE_PLUGIN_PRIORITY_HIGH,
        .version = 1,
        .load = on_load,