1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

Remove stray character from comment

Fixes bug #795316:

https://bugzilla.gnome.org/show_bug.cgi?id=795316
This commit is contained in:
Nick Wellnhofer 2018-04-17 12:07:08 +02:00
parent d2293cdbc8
commit b7c50b8dde

View File

@ -2,7 +2,7 @@
* xpath.c: XML Path Language implementation
* XPath is a language for addressing parts of an XML document,
* designed to be used by both XSLT and XPointer
*f
*
* Reference: W3C Recommendation 16 November 1999
* http://www.w3.org/TR/1999/REC-xpath-19991116
* Public reference: