header file #endif guard trailer comment consistency

oa/magicInit.h
utils/malloc.h
This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent de1b76cb11
commit 3294524111
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ extern void *mallocMagic(size_t);
extern void *callocMagic(size_t);
extern void freeMagic(void *);
#endif
#endif /* _MALLOC_H */