fix a warning

svn path=/trunk/; revision=20436
This commit is contained in:
Ulf Lamping 2007-01-15 04:22:10 +00:00
parent d131445196
commit e31d777279
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ init_plugin_dir(void)
* scanner will check all subdirectories of that
* directory for plugins.
*/
g_free(plugin_dir);
g_free( (gpointer) plugin_dir);
plugin_dir = g_strdup_printf("%s\\plugins", get_datafile_dir());
running_in_build_directory_flag = TRUE;
}