diff options
Diffstat (limited to 'src/xpath.cc')
-rw-r--r-- | src/xpath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpath.cc b/src/xpath.cc index f779ebc6..ed4c0544 100644 --- a/src/xpath.cc +++ b/src/xpath.cc @@ -1365,7 +1365,7 @@ bool xpath_t::op_t::print(std::ostream& out, print_context_t& context) const break; case FUNCTION: - out << '<FUNCTION>'; + out << "<FUNCTION>"; break; case ARG_INDEX: |