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); DBUG_RETURN(FALSE);
} }
#endif HAVE_DLOPEN #endif /* HAVE_DLOPEN */
static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report) static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report)
{ {