From 11876331670143b1c9e4d524795e90734632553f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 14 Sep 2000 03:06:16 +0000 Subject: redo Chris's previous change to match the surrounding code style svn path=/trunk/; revision=5420 --- e-util/e-font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e-util/e-font.c b/e-util/e-font.c index 404bc8ec66..b33a3bc08d 100644 --- a/e-util/e-font.c +++ b/e-util/e-font.c @@ -455,7 +455,7 @@ find_variants (gchar **namelist, gint length, gchar *weight, static GHashTable *wh = NULL; /* Standard, Found, Bold, Light */ gint sw, fw, bw, lw; - gchar *s, *f, *b, *l = NULL; + gchar *s, *f, *b, *l; gchar *p; gint i; @@ -477,7 +477,7 @@ find_variants (gchar **namelist, gint length, gchar *weight, if (sw == 0) return FALSE; fw = 0; lw = 0; bw = 32; - f = NULL; b = NULL; + f = NULL; l = NULL; b = NULL; *lightname = NULL; *boldname = NULL; for (i = 0; i < length; i++) { -- cgit v1.2.3