summaryrefslogtreecommitdiffstats
path: root/plugins/check_hpjd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r--plugins/check_hpjd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index af6044a..5fdfc8a 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -84,7 +84,7 @@ main (int argc, char **argv)
84 bindtextdomain (PACKAGE, LOCALEDIR); 84 bindtextdomain (PACKAGE, LOCALEDIR);
85 textdomain (PACKAGE); 85 textdomain (PACKAGE);
86 86
87 if (process_arguments (argc, argv) != OK) 87 if (process_arguments (argc, argv) != TRUE)
88 usage (_("check_hpjd: could not parse arguments\n")); 88 usage (_("check_hpjd: could not parse arguments\n"));
89 89
90 /* removed ' 2>1' at end of command 10/27/1999 - EG */ 90 /* removed ' 2>1' at end of command 10/27/1999 - EG */