aboutsummaryrefslogtreecommitdiff
path: root/setkeycodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'setkeycodes.c')
-rw-r--r--setkeycodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setkeycodes.c b/setkeycodes.c
index 63c106333..6a31e042a 100644
--- a/setkeycodes.c
+++ b/setkeycodes.c
@@ -68,5 +68,5 @@ setkeycodes_main(int argc, char** argv)
68 argc -= 2; 68 argc -= 2;
69 argv += 2; 69 argv += 2;
70 } 70 }
71 return( TRUE); 71 return EXIT_SUCCESS;
72} 72}