1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed compiler warning

This commit is contained in:
Michael Widenius
2010-04-08 12:51:22 +03:00
parent 8e122db92d
commit a91e89dec6

View File

@ -593,7 +593,7 @@ static my_bool read_maria_plugin_info(struct st_plugin_dl *plugin_dl,
DBUG_RETURN(FALSE);
}
#endif HAVE_DLOPEN
#endif /* HAVE_DLOPEN */
static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report)
{