From 3a259d847d6629471e52304114539b31a4d2fd03 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 28 Jun 2002 14:15:43 +0000 Subject: [PATCH] converted a Tab to spaces. 2002-06-28 Sven Neumann * gdk-pixbuf-csource.c (print_blurb): converted a Tab to spaces. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf-csource.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index bfde6d1264..ac40363cb4 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2002-06-28 Sven Neumann + + * gdk-pixbuf-csource.c (print_blurb): converted a Tab to spaces. + Thu Jun 13 18:11:11 2002 Owen Taylor * 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");