diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 50f62d33..f3d0c376 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -62,7 +62,7 @@ main (int argc, char **argv) | |||
62 | int result = STATE_UNKNOWN; | 62 | int result = STATE_UNKNOWN; |
63 | char *sub; | 63 | char *sub; |
64 | char **command_line; | 64 | char **command_line; |
65 | output chld_out, chld_err; | 65 | cmd_output chld_out, chld_err; |
66 | int i; | 66 | int i; |
67 | 67 | ||
68 | setlocale (LC_ALL, ""); | 68 | setlocale (LC_ALL, ""); |