diff options
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r-- | plugins/check_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 1061fab..1e7a82f 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -59,7 +59,7 @@ main (int argc, char **argv) | |||
59 | bindtextdomain (PACKAGE, LOCALEDIR); | 59 | bindtextdomain (PACKAGE, LOCALEDIR); |
60 | textdomain (PACKAGE); | 60 | textdomain (PACKAGE); |
61 | 61 | ||
62 | if (process_arguments (argc, argv) != TRUE) | 62 | if (process_arguments (argc, argv) == ERROR) |
63 | usage4 (_("Could not parse arguments")); | 63 | usage4 (_("Could not parse arguments")); |
64 | 64 | ||
65 | /* initialize mysql */ | 65 | /* initialize mysql */ |