Add a missing newline

There was a missing newline in one of the g_printerr messages
in updateiconcache.c. String change.
This commit is contained in:
Matthias Clasen 2009-06-12 10:21:42 -04:00
parent a27e748586
commit 3f20ccd710

View File

@ -1687,7 +1687,7 @@ main (int argc, char **argv)
{ {
if (path) if (path)
{ {
g_printerr (_("No theme index file.")); g_printerr (_("No theme index file.\n"));
} }
else else
{ {