Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / setkeycodes.c
index 63c1063330fb70e1d2c1a70cb6760426b6be8d2c..6a31e042afea5ed5f0eab710e8dfde829f77aabf 100644 (file)
@@ -68,5 +68,5 @@ setkeycodes_main(int argc, char** argv)
        argc -= 2;
        argv += 2;
     }
-    return( TRUE);
+       return EXIT_SUCCESS;
 }