Bryan Drewery 21 år sedan
förälder
incheckning
b87abfe424
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);