Mercurial > geeqie
changeset 640:fd26409e3a6a
Minor formatting fix in rc file header.
author | zas_ |
---|---|
date | Mon, 12 May 2008 10:37:37 +0000 |
parents | 8b95e1859fee |
children | 81441380d3be |
files | src/rcfile.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/rcfile.c Mon May 12 08:52:17 2008 +0000 +++ b/src/rcfile.c Mon May 12 10:37:37 2008 +0000 @@ -322,7 +322,7 @@ #define WRITE_SUBTITLE(_title_) secure_fprintf(ssi, "\n\n##### "_title_" #####\n\n") secure_fprintf(ssi, "######################################################################\n"); - secure_fprintf(ssi, "# %30s config file version %7s #\n", GQ_APPNAME, VERSION); + secure_fprintf(ssi, "# %30s config file version %-10s #\n", GQ_APPNAME, VERSION); secure_fprintf(ssi, "######################################################################\n"); WRITE_SEPARATOR();