diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-09-23 12:29:36 +0000 |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-09-23 12:29:36 +0000 |
commit | 6483a72b167906b82e90957e8b962c0994dcde40 (patch) | |
tree | 3043d74ae00f476d6bb0567cba3eb0d6d401e0aa /plugins/negate.c | |
parent | e8d6f41fadd81840aba3d408fe7778ccfd31ad95 (diff) | |
download | monitoring-plugins-6483a72b167906b82e90957e8b962c0994dcde40.tar.gz |
Removed some c99 style comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c
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 00e46d6b..226f286e 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -79,7 +79,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
79 | #include "utils.h" | 79 | #include "utils.h" |
80 | #include "utils_cmd.h" | 80 | #include "utils_cmd.h" |
81 | 81 | ||
82 | //char *command_line; | 82 | /* char *command_line; */ |
83 | 83 | ||
84 | static const char **process_arguments (int, char **); | 84 | static const char **process_arguments (int, char **); |
85 | int validate_arguments (char **); | 85 | int validate_arguments (char **); |