mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
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:
parent
68544fbb90
commit
3a04e399fd
2 changed files with 2 additions and 2 deletions
|
|
@ -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 REVISION "$Revision$"
|
||||
#define COPYRIGHT "1999-2001"
|
||||
#define AUTHOR "Karl DeBisschop"
|
||||
|
|
|
|||
Loading…
Reference in a new issue