summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index a025ee8..931d3dc 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -152,7 +152,7 @@ main (int argc, char **argv)
152 int i = 0, j = 0; 152 int i = 0, j = 0;
153 int result = STATE_UNKNOWN; 153 int result = STATE_UNKNOWN;
154 int ret = 0; 154 int ret = 0;
155 output chld_out, chld_err; 155 cmd_output chld_out, chld_err;
156 156
157 setlocale (LC_ALL, ""); 157 setlocale (LC_ALL, "");
158 bindtextdomain (PACKAGE, LOCALEDIR); 158 bindtextdomain (PACKAGE, LOCALEDIR);