]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix double-inclusion guard.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Nov 2006 13:25:11 +0000 (13:25 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:25 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/libcroco/cr-fonts.h

index 9f4a1adbe253f26c4340783d633984b83bb8d7b5..a16d4cfb2e675875198b3279934a3d1f1777ab0a 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-28  Bruno Haible  <bruno@clisp.org>
+
+       * lib/libcroco/cr-fonts.h: Fix double-inclusion guard.
+
 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
             Bruno Haible  <bruno@clisp.org>
 
index 45446180bfebb01e62f417e211b745fb929642c8..9ec1a9ef5937e944cba4daf176de8daf731cad26 100644 (file)
@@ -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 /* __CR_FONTS_H__ */