瀏覽代碼

pandatool: Correct header guard names (#1525)

Disyer 2 年之前
父節點
當前提交
0cf2a5f385
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pandatool/src/egg-optchar/config_egg_optchar.h
  2. 1 1
      pandatool/src/palettizer/config_palettizer.h

+ 1 - 1
pandatool/src/egg-optchar/config_egg_optchar.h

@@ -18,4 +18,4 @@
 
 
 void init_egg_optchar();
 void init_egg_optchar();
 
 
-#endif /* __CONFIG_UTIL_H__ */
+#endif /* CONFIG_EGG_OPTCHAR_H */

+ 1 - 1
pandatool/src/palettizer/config_palettizer.h

@@ -18,4 +18,4 @@
 
 
 void init_palettizer();
 void init_palettizer();
 
 
-#endif /* __CONFIG_UTIL_H__ */
+#endif /* CONFIG_PALETTIZER_H */