Correct a few syntax errors
[lttv.git] / ltt / branches / poly / lttv / module.c
index ccb2bddedb888976bc83a96d1c71d03454aec3eb..d207c0a7d016f367c73f148ad46d7abc26e21460 100644 (file)
@@ -116,7 +116,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(argc,argv);
+    else init_Function(m, argc, argv);
   }
   else {
 
This page took 0.029599 seconds and 4 git commands to generate.