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:
Karl DeBisschop 2003-01-16 06:10:50 +00:00
parent ffe734e832
commit b69a16dc7d

View file

@ -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"