summaryrefslogtreecommitdiff
path: root/debug/debug.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-04-27 02:51:42 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-04-27 02:51:42 +0000
commit963525bb5be440f84ce37002d5ba90e0bf5fe0e3 (patch)
treef823f2d2314356a88e988af32511c188bf0e2d37 /debug/debug.c
parentb908fae09dfb6405efaf42e95af0719892b206a8 (diff)
forgotten semicolon
Diffstat (limited to 'debug/debug.c')
-rw-r--r--debug/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/debug.c b/debug/debug.c
index d3ee3f2..e4c0176 100644
--- a/debug/debug.c
+++ b/debug/debug.c
@@ -28,7 +28,7 @@ MOD_SYSCALL("debug", SYS___sysctl, &debug_sysent)
int
debug_lkmentry(struct lkm_table *lkmtp, int cmd, int ver)
{
- DISPATCH(lkmtp, cmd, ver, lkm_nofunc, lkm_nofunc, lkm_nofunc)
+ DISPATCH(lkmtp, cmd, ver, lkm_nofunc, lkm_nofunc, lkm_nofunc);
}
static int