summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-08-04 18:33:47 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-04 18:33:47 +0000
commit6651251110e502c5d328d6ad84876377adba481d (patch)
tree9e4d416c9a200cb6b9c96cbbefa19134ded93629 /pango/modules.c
parentb8a07999404dae9364733ba956e8c5eccbaed341 (diff)
downloadpango-6651251110e502c5d328d6ad84876377adba481d.tar.gz
Find the bug, people!
Find the bug, people!
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 78e89d40..d7d3b838 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -117,8 +117,7 @@ pango_find_map (const char *lang,
*/
if (tmp_list->next)
tmp_list->next->prev = tmp_list->prev;
- if(tmp_list->prev)
- tmp_list->prev->next = tmp_list->next;
+ tmp_list->prev->next = tmp_list->next;
tmp_list->next = maps;
tmp_list->prev = NULL;
maps = tmp_list;