Remove an extra ';'
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 11 Apr 2015 19:06:33 +0000 (12:06 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 11 Apr 2015 19:07:20 +0000 (12:07 -0700)
* plugin.c (plugin_load_plugins): Removed an extra ';'.

ld/ChangeLog
ld/plugin.c

index 5b65746..bcad3f9 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * plugin.c (plugin_load_plugins): Removed an extra ';'.
+
 2015-04-10  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/18198
index 31527ae..81bf143 100644 (file)
@@ -1003,7 +1003,7 @@ plugin_load_plugins (void)
   register_ld_plugin_object_p (plugin_object_p);
 
 #if HAVE_MMAP && HAVE_GETPAGESIZE
-  plugin_pagesize = getpagesize ();;
+  plugin_pagesize = getpagesize ();
 #endif
 }