summaryrefslogtreecommitdiffstats
path: root/src/dotnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnode.cpp')
-rw-r--r--src/dotnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnode.cpp b/src/dotnode.cpp
index 41d5f06..ae06fb2 100644
--- a/src/dotnode.cpp
+++ b/src/dotnode.cpp
@@ -907,7 +907,7 @@ void DotNode::renumberNodes(int &number)
const DotNode *DotNode::findDocNode() const
{
if (!m_url.isEmpty()) return this;
- //printf("findDocNode(): `%s'\n",m_label.data());
+ //printf("findDocNode(): '%s'\n",m_label.data());
if (m_parents)
{
QListIterator<DotNode> dnli(*m_parents);