diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-16 06:10:50 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-16 06:10:50 +0000 |
commit | b69a16dc7d56926c23627820ede9839f96575083 (patch) | |
tree | c46c1a77492ec4aa259cd1511828fe418d89fc87 /plugins/check_hpjd.c | |
parent | ffe734e83257e0714de271158024677b1d33b4de (diff) | |
download | monitoring-plugins-b69a16dc7d56926c23627820ede9839f96575083.tar.gz |
semicolon needed where praogname define was replced
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@245 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index a262fc23..ecc5651e 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -65,7 +65,7 @@ #include "popen.h" #include "utils.h" -const char *progname = "check_hpjd" +const char *progname = "check_hpjd"; #define REVISION "$Revision$" #define COPYRIGHT "2000-2002" |