consistency
This commit is contained in:
parent
04010ff0fe
commit
7b6f90af52
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ gint main(gint argc, gchar **argv)
|
||||||
g_set_prgname(argv[0]);
|
g_set_prgname(argv[0]);
|
||||||
|
|
||||||
if (chdir(g_get_home_dir()) == -1)
|
if (chdir(g_get_home_dir()) == -1)
|
||||||
g_message(_("Unable to change to home directory (%s): %s"),
|
g_message(_("Unable to change to home directory '%s': %s"),
|
||||||
g_get_home_dir(), g_strerror(errno));
|
g_get_home_dir(), g_strerror(errno));
|
||||||
|
|
||||||
/* parse out command line args */
|
/* parse out command line args */
|
||||||
|
|
Loading…
Reference in a new issue