Christian Grothoff 1 год назад
Родитель
Сommit
cc538707ec
2 измененных файлов с 6 добавлено и 6 удалено
  1. 3 3
      src/include/options-generator.c
  2. 3 3
      src/mhd2/daemon_options.h

+ 3 - 3
src/include/options-generator.c

@@ -1077,11 +1077,11 @@ TOP:
              "   Do not edit directly! */\n"
              "/* *INDENT-OFF* */\n"
              "/**\n"
-             "/* @file %s_options.h\n"
-             "/* @author %s-options-generator.c\n"
+             " * @file %s_options.h\n"
+             " * @author %s-options-generator.c\n"
              " */\n\n"
              "#ifndef MHD_%s_OPTIONS_H\n"
-             "#define MHD_%s_OTPIONS_H 1\n"
+             "#define MHD_%s_OPTIONS_H 1\n"
              "\n"
              "#include \"mhd_sys_options.h\"\n"
              "#include \"mhd_public_api.h\"\n"

+ 3 - 3
src/mhd2/daemon_options.h

@@ -2,12 +2,12 @@
    Do not edit directly! */
 /* *INDENT-OFF* */
 /**
-/* @file daemon_options.h
-/* @author daemon-options-generator.c
+ * @file daemon_options.h
+ * @author daemon-options-generator.c
  */
 
 #ifndef MHD_DAEMON_OPTIONS_H
-#define MHD_DAEMON_OTPIONS_H 1
+#define MHD_DAEMON_OPTIONS_H 1
 
 #include "mhd_sys_options.h"
 #include "mhd_public_api.h"