svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Wed Apr 30 13:56:33 UTC 2008


Author: vda
Date: 2008-04-30 06:56:32 -0700 (Wed, 30 Apr 2008)
New Revision: 21902

Log:
remove stray semicolon



Modified:
   trunk/busybox/include/platform.h


Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h	2008-04-30 04:02:50 UTC (rev 21901)
+++ trunk/busybox/include/platform.h	2008-04-30 13:56:32 UTC (rev 21902)
@@ -74,7 +74,7 @@
 /* -fwhole-program makes all symbols local. The attribute externally_visible
    forces a symbol global.  */
 # if __GNUC_PREREQ (4,1)
-#  define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ));
+#  define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ))
 //__attribute__ ((__externally_visible__))
 # else
 #  define EXTERNALLY_VISIBLE




More information about the busybox-cvs mailing list