* mu.c: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2009-12-23 23:39:22 +01:00
parent 9a55927767
commit 403ff4798d
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ show_help (const char* cmd)
g_print ("Help about %s\n", cmd);
else
g_print ("General help\n");
return 0;
}
@ -202,7 +202,7 @@ main (int argc, char *argv[])
if (!init_log (&config))
return 1;
mu_msg_gmime_init ();
rv = MU_OK;