]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix typo, patch by Piotr Skamruk
authorJuerg Billeter <j@bitron.ch>
Tue, 21 Aug 2007 11:35:19 +0000 (11:35 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 21 Aug 2007 11:35:19 +0000 (11:35 +0000)
2007-08-21  Juerg Billeter  <j@bitron.ch>

* vapi/libxml-2.0.vala: fix typo, patch by Piotr Skamruk

svn path=/trunk/; revision=497

ChangeLog
vapi/libxml-2.0.vala

index 91417dc40528b5b86534151bf2e404022b2cb1b6..bc28bd1f14ca1ab904c80490e9622c9f61ebae11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-21  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/libxml-2.0.vala: fix typo, patch by Piotr Skamruk
+
 2007-08-21  Jürg Billeter  <j@bitron.ch>
 
        * gobject/valacodegeneratorinvocationexpression.vala: add array length
index edb8a24975f39a0bacb022f9a2c1db5caee853aa..84426a397ec80864444f66b5d88e2facf82b7275 100644 (file)
@@ -78,7 +78,7 @@ namespace Xml {
                public int has_value ();                
        }
 
-       [CCode (cname = "xmlTextReaderMode", cheader_filename = "liReaderTypesReaderTypesbxml/xmlreader.h")]
+       [CCode (cname = "xmlTextReaderMode", cheader_filename = "libxml/xmlreader.h")]
        public enum ReaderMode {
                INITIAL,
                INTERACTIVE,