header file #endif guard trailer comment consistency

oa/magicInit.h
utils/malloc.h
This commit is contained in:
Darryl L. Miles 2024-10-16 07:24:25 +01:00 committed by R. Timothy Edwards
parent de1b76cb11
commit 3294524111
2 changed files with 2 additions and 2 deletions

View File

@ -95,4 +95,4 @@ TCL_RTN_ERROR(#func)
}
#endif
#endif
#endif /* _magicinit_h_ */

View File

@ -26,4 +26,4 @@ extern void *mallocMagic(size_t);
extern void *callocMagic(size_t);
extern void freeMagic(void *);
#endif
#endif /* _MALLOC_H */