summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-12-27 14:16:50 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-12-27 14:16:50 (GMT)
commitf1662f81dd249c51e4d8f9a64ea226f511b0bfbc (patch)
treef7a0e738846bd8829692ba20575727187e9e0268 /src/util.cpp
parentd5c952f0b08df72f4a11585516d7c14759192293 (diff)
downloadDoxygen-f1662f81dd249c51e4d8f9a64ea226f511b0bfbc.zip
Doxygen-f1662f81dd249c51e4d8f9a64ea226f511b0bfbc.tar.gz
Doxygen-f1662f81dd249c51e4d8f9a64ea226f511b0bfbc.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);
}