commit | 64bef2ab9ca5c9a19abfef76370b5f0f60e06baf | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Mar 23 02:06:29 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Mar 23 02:06:29 2006 +0000 |
tree | 5d65d25a003fbe4ba1472433035bd0ee741c53f6 | |
parent | ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 [diff] |
fix typo
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)))