print dont with a newline. just for easier debugging.

SVN revision: 59317
This commit is contained in:
Carsten Haitzler 2011-05-11 07:09:12 +00:00
parent 359af0d728
commit 476c349d86
1 changed files with 1 additions and 1 deletions

View File

@ -1636,7 +1636,7 @@ main(int argc, char **argv)
shm_free();
}
else
printf("done");
printf("done\n");
xcf_cleanup();
return 0;
}