semicolon needed where progname define was replaced

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@249 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2003-01-16 06:42:24 +00:00
parent 68544fbb90
commit 3a04e399fd
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
* This plugin is for testing a mysql server.
******************************************************************************/
const char *progname = "check_mysql"
const char *progname = "check_mysql";
#define REVISION "$Revision$"
#define COPYRIGHT "1999-2002"

View file

@ -23,7 +23,7 @@
*
*****************************************************************************/
const char *progname = "check_pgsql"
const char *progname = "check_pgsql";
#define REVISION "$Revision$"
#define COPYRIGHT "1999-2001"
#define AUTHOR "Karl DeBisschop"