From: Mike Frysinger Date: Thu, 23 Mar 2006 02:06:29 +0000 (-0000) Subject: fix typo X-Git-Tag: 1_1_0~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64bef2ab9ca5c9a19abfef76370b5f0f60e06baf;p=oweals%2Fbusybox.git fix typo --- diff --git a/include/platform.h b/include/platform.h index a19916970..f51274480 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)))