aboutsummaryrefslogtreecommitdiffstats
path: root/plugtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugtest.c')
-rw-r--r--plugtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugtest.c b/plugtest.c
index 9d80118..72b6d38 100644
--- a/plugtest.c
+++ b/plugtest.c
@@ -16,7 +16,7 @@
void plugtest( char *arg );
-cmdstruct mycommand = { NULL, NULL, "plugtest", plugtest, "test command" };
+cmdstruct mycommand = { NULL, "plugtest", "test command", plugtest, NULL };
void powwow_init() {
tty_printf( "Init plugtest.so!\n" );