Bladeren bron

Remove C style comments (1583467 - Markus Baertschi)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 19 jaren geleden
bovenliggende
commit
c2596e23fa
3 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 1 0
      THANKS.in
  2. 0 2
      plugins/check_disk.c
  3. 1 1
      plugins/check_http.c

+ 1 - 0
THANKS.in

@@ -198,3 +198,4 @@ Kyle Tucker
 Craig Orsinger
 Robby Giffin
 Henning Schmiedehausen
+Markus Baertschi

+ 0 - 2
plugins/check_disk.c

@@ -635,8 +635,6 @@ print_path (const char *mypath)
     printf ("\n");
   else
     printf (_(" for %s\n"), mypath);
-
-  //return;
 }
 
 

+ 1 - 1
plugins/check_http.c

@@ -274,7 +274,7 @@ process_arguments (int argc, char **argv)
       else
         http_opt_headers = realloc (http_opt_headers, sizeof (char *) * (++http_opt_headers_count));
       http_opt_headers[http_opt_headers_count - 1] = optarg;
-      //asprintf (&http_opt_headers, "%s", optarg);
+      /* asprintf (&http_opt_headers, "%s", optarg); */
       break;
     case 'L': /* show html link */
       display_html = TRUE;