* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-25 08:22:58 +03:00
parent 618d7d5eb6
commit a2a491d7aa
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ mu_runtime_init (const char* muhome_arg, const char *name)
init_paths (muhome, _data); init_paths (muhome, _data);
_data->_name = g_strdup (name); _data->_name = g_strdup (name);
if (!init_log (muhome, name, FALSE, FALSE, FALSE)) { if (!init_log (muhome, name, FALSE, TRUE, FALSE)) {
runtime_free (); runtime_free ();
g_free (muhome); g_free (muhome);
return FALSE; return FALSE;