mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
Remove an extra ';'
* plugin.c (plugin_load_plugins): Removed an extra ';'.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user