remove stray semicolon
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 30 Apr 2008 13:56:32 +0000 (13:56 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 30 Apr 2008 13:56:32 +0000 (13:56 -0000)
include/platform.h

index 51934853b777106c48fc87e2d9785663df631ed2..57cff2c336e93ed86efe956198e74c29e02a0524 100644 (file)
@@ -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