Procházet zdrojové kódy

semicolon needed where praogname define was replced

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@245 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop před 23 roky
rodič
revize
b69a16dc7d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      plugins/check_hpjd.c

+ 1 - 1
plugins/check_hpjd.c

@@ -65,7 +65,7 @@
 #include "popen.h"
 #include "popen.h"
 #include "utils.h"
 #include "utils.h"
 
 
-const char *progname = "check_hpjd"
+const char *progname = "check_hpjd";
 #define REVISION "$Revision$"
 #define REVISION "$Revision$"
 #define COPYRIGHT "2000-2002"
 #define COPYRIGHT "2000-2002"