[pango] Bug 689882 - pango-font.h:381: error: comma at end of enumerator list
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bug 689882 - pango-font.h:381: error: comma at end of enumerator list
- Date: Mon, 10 Dec 2012 00:50:07 +0000 (UTC)
commit 0493b1beb113118b9573f10a87f43814a78a788a
Author: Behdad Esfahbod <behdad behdad org>
Date: Sun Dec 9 19:49:29 2012 -0500
Bug 689882 - pango-font.h:381: error: comma at end of enumerator list
pango/pango-font.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-font.h b/pango/pango-font.h
index ce1a421..3d7aeb9 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -378,7 +378,7 @@ enum
{
PANGO_GLYPH_EMPTY = ((PangoGlyph)0x0FFFFFFF),
PANGO_GLYPH_INVALID_INPUT = ((PangoGlyph)0xFFFFFFFF),
- PANGO_GLYPH_UNKNOWN_FLAG = ((PangoGlyph)0x10000000),
+ PANGO_GLYPH_UNKNOWN_FLAG = ((PangoGlyph)0x10000000)
};
#define PANGO_GET_UNKNOWN_GLYPH(wc) ((PangoGlyph)(wc)|PANGO_GLYPH_UNKNOWN_FLAG)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]