pandatool: Correct header guard names (#1525)

This commit is contained in:
Disyer 2023-08-05 15:44:56 +03:00 committed by rdb
parent e8179e489f
commit 0cf2a5f385
2 changed files with 2 additions and 2 deletions

View File

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

View File

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