* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-03 23:53:49 +02:00
parent 5f095454b4
commit 13f0df3afc
2 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,6 @@ mu_config_set_defaults (MuConfigOptions *opts)
} }
void void
mu_config_uninit (MuConfigOptions *opts) mu_config_uninit (MuConfigOptions *opts)
{ {

View File

@ -254,3 +254,5 @@ mu_query_xapian_combine (const gchar **params, gboolean connect_or)
} }
return g_string_free (str, FALSE); return g_string_free (str, FALSE);
} }