diff options
author | Dom Lachowicz <domlachowicz@gmail.com> | 2007-01-09 17:02:11 +0000 |
---|---|---|
committer | Dom Lachowicz <doml@src.gnome.org> | 2007-01-09 17:02:11 +0000 |
commit | 1134e3843d5d9f05c8a58196aeeb1f731ee066c0 (patch) | |
tree | f9c22c702d37c0333470ff545c4167a6b5b5987e /src | |
parent | 888934343d8919ecc66eca133be09704c9043968 (diff) | |
download | libcroco-1134e3843d5d9f05c8a58196aeeb1f731ee066c0.tar.gz |
gives syntax errors when included twice
2007-01-09 Dom Lachowicz <domlachowicz@gmail.com>
* src/cr-fonts.h: gives syntax errors when included twice
svn path=/trunk/; revision=306
Diffstat (limited to 'src')
-rw-r--r-- | src/cr-fonts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cr-fonts.h b/src/cr-fonts.h index 4544618..4f72320 100644 --- a/src/cr-fonts.h +++ b/src/cr-fonts.h @@ -25,7 +25,6 @@ #ifndef __CR_FONTS_H__ #define __CR_FONTS_H__ -#endif #include "cr-utils.h" #include "cr-num.h" @@ -312,3 +311,5 @@ const gchar * cr_font_variant_to_string (enum CRFontVariant a_code) ; const gchar * cr_font_stretch_to_string (enum CRFontStretch a_code) ; G_END_DECLS + +#endif |