* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-13 21:41:19 +02:00
parent a9a2e1f94f
commit 1b69d1a835
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2008-2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by

View File

@ -61,8 +61,6 @@ mu_dir_is_readable_and_writable (const char* muhome)
return FALSE;
}
gboolean
mu_runtime_init (const char* muhome_arg)
{

View File

@ -29,7 +29,9 @@ main (int argc, char *argv[])
if (!mu_runtime_init_from_cmdline (&argc, &argv))
return 1;
rv = mu_config_execute (mu_runtime_config());
mu_runtime_uninit ();
return rv;