Browse Source

pandatool: Correct header guard names (#1525)

Disyer 2 năm trước cách đây
mục cha
commit
0cf2a5f385

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

@@ -18,4 +18,4 @@
 
 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();
 
-#endif /* __CONFIG_UTIL_H__ */
+#endif /* CONFIG_PALETTIZER_H */