diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-16 06:22:03 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-16 06:22:03 (GMT) |
commit | e200689550a435bf6170d2908188fd5bfc6a68fd (patch) | |
tree | 3005ce42abea0e3a72dabe1af9cef3c9d42e77a9 /plugins/check_radius.c | |
parent | b69a16dc7d56926c23627820ede9839f96575083 (diff) | |
download | monitoring-plugins-e200689550a435bf6170d2908188fd5bfc6a68fd.tar.gz |
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
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 0762896..0b338c2 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * | 23 | * |
24 | *****************************************************************************/ | 24 | *****************************************************************************/ |
25 | 25 | ||
26 | const char *progname = "check_radius" | 26 | const char *progname = "check_radius"; |
27 | #define REVISION "$Revision$" | 27 | #define REVISION "$Revision$" |
28 | #define COPYRIGHT "1999-2001" | 28 | #define COPYRIGHT "1999-2001" |
29 | #define AUTHORS "Robert August Vincent II/Karl DeBisschop" | 29 | #define AUTHORS "Robert August Vincent II/Karl DeBisschop" |