summaryrefslogtreecommitdiffstats
path: root/plugins/check_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r--plugins/check_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 616c3e0..8322dbb 100644
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
73 bindtextdomain (PACKAGE, LOCALEDIR); 73 bindtextdomain (PACKAGE, LOCALEDIR);
74 textdomain (PACKAGE); 74 textdomain (PACKAGE);
75 75
76 if (process_arguments (argc, argv) != OK) 76 if (process_arguments (argc, argv) != TRUE)
77 usage (_("check_load: could not parse arguments\n")); 77 usage (_("check_load: could not parse arguments\n"));
78 78
79#if HAVE_GETLOADAVG==1 79#if HAVE_GETLOADAVG==1