diff options
Diffstat (limited to 'dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff')
-rw-r--r-- | dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff new file mode 100644 index 000000000000..c269ac4a4337 --- /dev/null +++ b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff @@ -0,0 +1,11 @@ +--- libxml++/validators/validator.h.orig 2005-06-07 09:22:53.000000000 -0400 ++++ libxml++/validators/validator.h 2004-05-28 17:33:03.000000000 -0400 +@@ -22,7 +22,7 @@ + + extern "C" { + struct _xmlValidCtxt; +-}; ++} + + namespace xmlpp { + |