diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-25 21:40:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-25 21:40:47 +0000 |
commit | 25625b1be0d83ee5d9bfb3d66dc2f19e7affaa96 (patch) | |
tree | 82254eb769c56cd874b99619c76c6de7ee8e2d89 /modules | |
parent | 58b1937584f2ee407a24c2bc7cecfaa6f5be0e45 (diff) | |
download | pango-25625b1be0d83ee5d9bfb3d66dc2f19e7affaa96.tar.gz |
Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)
Mon Feb 25 16:36:47 2002 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-x.c pango/mini-fribidi/fribidi-types.h:
Fix trailing , on enumerations.
(#72572, Miroslaw Dobrzanski-Neumann)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hebrew/hebrew-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-x.c b/modules/hebrew/hebrew-x.c index 14968c28..69a3f41d 100644 --- a/modules/hebrew/hebrew-x.c +++ b/modules/hebrew/hebrew-x.c @@ -113,7 +113,7 @@ typedef struct _HebrewFontInfo HebrewFontInfo; typedef enum { HEBREW_FONT_NONE, HEBREW_FONT_ISO8859_8, - HEBREW_FONT_ISO10646, + HEBREW_FONT_ISO10646 } HebrewFontType; struct _HebrewFontInfo |