aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_mysql.c2
-rw-r--r--plugins/check_pgsql.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index df2ed002..5c7bcb0d 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -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"
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 4c8662ba..613ff261 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -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"