summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-10 13:04:01 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-10 13:04:01 +0000
commitf7e658587354a38f89258dac40b6740e10be4a5f (patch)
tree989eb77f227f97550c98c85426dc884b76d975ea /src/xml
parentlicense check: use exceptions (diff)
downloadinkscape-f7e658587354a38f89258dac40b6740e10be4a5f.tar.gz
inkscape-f7e658587354a38f89258dac40b6740e10be4a5f.zip
fix compiling on macOS
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 4d739f338..11a23c6ac 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/** @file
* @brief Interface for XML nodes
- *//*
-/* Authors:
+ *
+ * Authors:
* MenTaLguY <mental@rydia.net>
* Krzysztof KosiƄski <tweenk.pl@gmail.com> (documentation)
*