[pango] Bug 602823 - void function cannot return value



commit 1a6d89b217fb259f91f8661351336cec651c55e3
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed Nov 25 19:49:44 2009 -0500

    Bug 602823 - void function cannot return value

 pango/glyphstring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/glyphstring.c b/pango/glyphstring.c
index 0382eb6..dedd822 100644
--- a/pango/glyphstring.c
+++ b/pango/glyphstring.c
@@ -347,7 +347,7 @@ pango_glyph_string_get_logical_widths (PangoGlyphString *glyphs,
 		     NULL}};
   PangoGlyphItem glyph_item = {&item, glyphs};
 
-  return pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
+  pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
 }
 
 /* The initial implementation here is script independent,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]