summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 887f03cb..49e035b8 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1188,7 +1188,7 @@ append_field (GString *str, const char *what, const FieldMap *map, int n_element
if (map[i].value != val)
continue;
- if (G_LIKELY (map[i].str && map[i].str[0]))
+ if (G_LIKELY (map[i].str[0]))
{
if (G_LIKELY (str->len > 0 && str->str[str->len -1] != ' '))
g_string_append_c (str, ' ');