diff options
Diffstat (limited to 'include/alloca.h')
-rw-r--r-- | include/alloca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alloca.h b/include/alloca.h index 0a476b4f..29081cad 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -22,4 +22,4 @@ #define alloca(size) __builtin_alloca(size) -#endif _MACH_ALLOCA_H_ +#endif /* _MACH_ALLOCA_H_ */ |