git-svn-id: http://ltt.polymtl.ca/svn@174 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / module.c
index 0f6f5a0727a0d35e8fddb7cc23a24a2db8b25fcb..e6012f768223fd3121383b68df1a18f33a06d423 100644 (file)
@@ -118,7 +118,7 @@ module_load(const char *name, int argc, char **argv)
     if(!g_module_symbol(gm, "init", (gpointer)&init_function)) {
       g_warning("module %s (%s) has no init function", name, pathname);
     }
-    else init_Function(m, argc, argv);
+    else init_function(m, argc, argv);
   }
   else {
 
This page took 0.024329 seconds and 4 git commands to generate.