diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index d9833b6..1b7865c 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -74,7 +74,7 @@ main (int argc, char **argv) | |||
74 | bindtextdomain (PACKAGE, LOCALEDIR); | 74 | bindtextdomain (PACKAGE, LOCALEDIR); |
75 | textdomain (PACKAGE); | 75 | textdomain (PACKAGE); |
76 | 76 | ||
77 | if (process_arguments (argc, argv) != TRUE) | 77 | if (process_arguments (argc, argv) == ERROR) |
78 | usage4 (_("Could not parse arguments")); | 78 | usage4 (_("Could not parse arguments")); |
79 | 79 | ||
80 | #if HAVE_GETLOADAVG==1 | 80 | #if HAVE_GETLOADAVG==1 |