summaryrefslogtreecommitdiff
path: root/prochide/prochide.c
diff options
context:
space:
mode:
Diffstat (limited to 'prochide/prochide.c')
-rw-r--r--prochide/prochide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prochide/prochide.c b/prochide/prochide.c
index 10a07bf..ac2c2fa 100644
--- a/prochide/prochide.c
+++ b/prochide/prochide.c
@@ -387,5 +387,5 @@ static int prochide_unload (struct lkm_table *lkmtp, int cmd)
*/
int prochide_handler(struct lkm_table *lkmtp, int cmd, int ver)
{
- DISPATCH(lkmtp, cmd, ver, prochide_load, prochide_unload, lkm_nofunc)
+ DISPATCH(lkmtp, cmd, ver, prochide_load, prochide_unload, lkm_nofunc);
}