mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
semicolon needed where praogname define was replced
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@246 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
b69a16dc7d
commit
e200689550
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*****************************************************************************/
|
||||
|
||||
const char *progname = "check_radius"
|
||||
const char *progname = "check_radius";
|
||||
#define REVISION "$Revision$"
|
||||
#define COPYRIGHT "1999-2001"
|
||||
#define AUTHORS "Robert August Vincent II/Karl DeBisschop"
|
||||
|
|
|
|||
Loading…
Reference in a new issue