diff options
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r-- | plugins/check_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c index 7c4fe41a..042a7d5a 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c @@ -62,7 +62,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - if (process_arguments (argc, argv) != OK) + if (process_arguments (argc, argv) != TRUE) usage (_("check_time: could not parse arguments\n")); /* initialize alarm signal handling */ |