From d9c1caf91aa18dfe383a678f618ca644cbba01ef Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Sep 2009 22:32:44 -0400 Subject: this doesn't work/run, but it seems like /progress/ I'm beginning to get depressed about this :| --- wrapper/rvs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wrapper/rvs.c') diff --git a/wrapper/rvs.c b/wrapper/rvs.c index 9414475..cf2b708 100644 --- a/wrapper/rvs.c +++ b/wrapper/rvs.c @@ -30,8 +30,6 @@ const char *ver="0.8c"; const char *libexecdir="./plugins"; const char *plugin_conf="plugin.conf"; -void foobar(){puts("");} - int main ( int argc, char *argv[] ) { @@ -40,10 +38,10 @@ main ( int argc, char *argv[] ) struct plugin_command_list *list; list=plugin_find_commands(plugins,argv[1]); plugin_depend_list(list,plugins); + puts(""); } puts("freeing..."); plugin_free_plugin(plugins); - foobar(); return 0; } -- cgit v1.2.3-54-g00ecf