converted a Tab to spaces.

2002-06-28  Sven Neumann  <sven@gimp.org>

	* gdk-pixbuf-csource.c (print_blurb): converted a Tab to spaces.
This commit is contained in:
Sven Neumann 2002-06-28 14:14:42 +00:00 committed by Sven Neumann
parent be41254b34
commit 0c9e03ce2e
2 changed files with 5 additions and 1 deletions

View File

@ -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> Thu Jun 13 18:11:11 2002 Owen Taylor <otaylor@redhat.com>
* pixops/pixops.c: Fix problem where when no alpha was * pixops/pixops.c: Fix problem where when no alpha was

View File

@ -277,7 +277,7 @@ print_blurb (FILE *bout,
fprintf (bout, " --static generate static symbols\n"); fprintf (bout, " --static generate static symbols\n");
fprintf (bout, " --decoder provide rle decoder\n"); fprintf (bout, " --decoder provide rle decoder\n");
fprintf (bout, " --name=identifier C macro/variable name\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, " -h, --help show this help message\n");
fprintf (bout, " -v, --version print version informations\n"); fprintf (bout, " -v, --version print version informations\n");
fprintf (bout, " --g-fatal-warnings make warnings fatal (abort)\n"); fprintf (bout, " --g-fatal-warnings make warnings fatal (abort)\n");