Bryan Drewery před 21 roky
rodič
revize
b87abfe424
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/makehelp.c

+ 1 - 1
src/makehelp.c

@@ -189,7 +189,7 @@ help_t help[] = \n\
     }
     buffer = NULL;
   }
-//  fprintf(out, "#endif /* HELP_H */\n");
+  fprintf(out, "#endif /* HELP_H */\n");
   printf(" Success\n");
   if (in) fclose(in);
   if (out) fclose(out);