diff options
| author | Tyge Løvset <[email protected]> | 2021-09-14 23:08:46 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-14 23:08:46 +0200 |
| commit | d716acdc8289dd60c394c568b5ef3f88700a855c (patch) | |
| tree | 217ae5f4589f352c764cd4c38743e7e5186a7220 /include/stc/cstack.h | |
| parent | 8e2e792b2c3e1fa04a0ac67ea7d9010939ca8009 (diff) | |
| download | STC-modified-d716acdc8289dd60c394c568b5ef3f88700a855c.tar.gz STC-modified-d716acdc8289dd60c394c568b5ef3f88700a855c.zip | |
Fixed include structuring.
Diffstat (limited to 'include/stc/cstack.h')
| -rw-r--r-- | include/stc/cstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cstack.h b/include/stc/cstack.h index 043fbdc6..f7c16421 100644 --- a/include/stc/cstack.h +++ b/include/stc/cstack.h @@ -26,7 +26,7 @@ #include <stdlib.h>
#include "ccommon.h"
#include "forward.h"
-#endif
+#endif // CSTACK_H_INCLUDED
#ifndef i_prefix
#define i_prefix cstack_
|
