fix typo
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Mar 2006 02:06:29 +0000 (02:06 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Mar 2006 02:06:29 +0000 (02:06 -0000)
include/platform.h

index a1991697080971a45c2527812c54565d4720582a..f51274480edaf978589d500cba6acfde042fed69 100644 (file)
@@ -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)))