Bryan Drewery hace 21 años
padre
commit
b87abfe424
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);