diff options
author | Mike Frysinger | 2006-03-23 02:06:29 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-23 02:06:29 +0000 |
commit | 64bef2ab9ca5c9a19abfef76370b5f0f60e06baf (patch) | |
tree | 5d65d25a003fbe4ba1472433035bd0ee741c53f6 /include/platform.h | |
parent | ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 (diff) | |
download | busybox-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.zip busybox-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.tar.gz |
fix typo
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index a199169..f512744 100644 --- a/include/platform.h +++ b/include/platform.h @@ -53,7 +53,7 @@ #ifndef ATTRIBUTE_PACKED #define ATTRIBUTE_PACKED __attribute__ ((__packed__)) -#endif /* ATTRIBUTE_NORETURN */ +#endif /* ATTRIBUTE_PACKED */ #ifndef ATTRIBUTE_ALIGNED #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) |