aboutsummaryrefslogtreecommitdiffstats
path: root/plugtest.c
diff options
context:
space:
mode:
authorKalev Lember <kalev@smartlink.ee>2009-05-03 17:40:46 (GMT)
committerKalev Lember <kalev@smartlink.ee>2009-09-01 15:47:36 (GMT)
commite4712e43c08d110be1f6b0dae4f14a64f1cba6d9 (patch)
tree57e4c7113a7d55bddb97b04032d10032702a1de5 /plugtest.c
parentdf4440f0f53c189ce659350f0f87d6fcb51f1ac1 (diff)
downloadpowwow-e4712e43c08d110be1f6b0dae4f14a64f1cba6d9.zip
powwow-e4712e43c08d110be1f6b0dae4f14a64f1cba6d9.tar.gz
powwow-e4712e43c08d110be1f6b0dae4f14a64f1cba6d9.tar.bz2
plugtest.c: fix segmentation fault at load time
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" );