git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@249 f882894a-f735-0410-b71e-b25c423dba1c
@@ -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"
@@ -23,7 +23,7 @@
*
*****************************************************************************/
-const char *progname = "check_pgsql"
+const char *progname = "check_pgsql";
#define COPYRIGHT "1999-2001"
#define AUTHOR "Karl DeBisschop"