projects
/
platform
/
upstream
/
pango.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b0736
)
Bug 689882 - pango-font.h:381: error: comma at end of enumerator list
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 10 Dec 2012 00:49:29 +0000
(19:49 -0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 10 Dec 2012 00:49:56 +0000
(19:49 -0500)
pango/pango-font.h
patch
|
blob
|
history
diff --git
a/pango/pango-font.h
b/pango/pango-font.h
index
ce1a421
..
3d7aeb9
100644
(file)
--- 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)