diff options
author | Sven Neumann <sven@gimp.org> | 2002-06-28 14:14:42 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2002-06-28 14:14:42 +0000 |
commit | 0c9e03ce2e82d150465f5910df6098e6ff1ae4c2 (patch) | |
tree | 7a4a9b1d81841f3dc3a1c42ca305a9c13ab115eb /gdk-pixbuf | |
parent | be41254b342d457981e93e42b0f3d5fa2a32e583 (diff) | |
download | gtk+-0c9e03ce2e82d150465f5910df6098e6ff1ae4c2.tar.gz |
converted a Tab to spaces.
2002-06-28 Sven Neumann <sven@gimp.org>
* gdk-pixbuf-csource.c (print_blurb): converted a Tab to spaces.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-csource.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index fb50ff35fd..301487f16c 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2002-06-28 Sven Neumann <sven@gimp.org> + + * gdk-pixbuf-csource.c (print_blurb): converted a Tab to spaces. + Thu Jun 13 18:11:11 2002 Owen Taylor <otaylor@redhat.com> * pixops/pixops.c: Fix problem where when no alpha was diff --git a/gdk-pixbuf/gdk-pixbuf-csource.c b/gdk-pixbuf/gdk-pixbuf-csource.c index 0c853200ce..35f41705f0 100644 --- a/gdk-pixbuf/gdk-pixbuf-csource.c +++ b/gdk-pixbuf/gdk-pixbuf-csource.c @@ -277,7 +277,7 @@ print_blurb (FILE *bout, fprintf (bout, " --static generate static symbols\n"); fprintf (bout, " --decoder provide rle decoder\n"); fprintf (bout, " --name=identifier C macro/variable name\n"); - fprintf (bout, " --build-list parse (name, image) pairs\n"); + fprintf (bout, " --build-list parse (name, image) pairs\n"); fprintf (bout, " -h, --help show this help message\n"); fprintf (bout, " -v, --version print version informations\n"); fprintf (bout, " --g-fatal-warnings make warnings fatal (abort)\n"); |