mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
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
This commit is contained in:
parent
ffe734e832
commit
b69a16dc7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue