summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-12-27 14:16:50 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-12-27 14:16:50 (GMT)
commita0924f7d469a42ab962763ce34ea5fabc73da9d7 (patch)
treef7a0e738846bd8829692ba20575727187e9e0268 /src/util.cpp
parent5b3f3dc61bad158050a2953728f87a9a411823e2 (diff)
downloadDoxygen-a0924f7d469a42ab962763ce34ea5fabc73da9d7.zip
Doxygen-a0924f7d469a42ab962763ce34ea5fabc73da9d7.tar.gz
Doxygen-a0924f7d469a42ab962763ce34ea5fabc73da9d7.tar.bz2
Release-1.5.8
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 2905439..b1ff12c 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -3246,7 +3246,7 @@ static QCString extractCanonicalType(Definition *d,FileDef *fs,QCString type)
pp=p;
}
canType += type.right(type.length()-pp);
- //printf("extractCanonicalType = %s->%s\n",type.data(),canType.data());
+ //printf("extractCanonicalType = '%s'->'%s'\n",type.data(),canType.data());
return removeRedundantWhiteSpace(canType);
}