summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-02-05 09:27:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-02-05 09:27:48 +0100
commit992e1a772e01a53673fb6cdd3467102a486f4e59 (patch)
tree9b1a25c71c137521c7c3c6c434b290832f7158d5 /tools
parentbf2300fb0704f92f312b96b2e624a1730df5dd45 (diff)
Some cppcheck cleaning
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/cppdep.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index 3c3fd61c9d02..979201b3d02a 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -150,12 +150,8 @@ rtl::OString CppDep::Exists(const rtl::OString &rFileName)
if ( stat( pFullName, &aBuf ) == 0 )
{
#ifdef DEBUG_VERBOSE
- fprintf( stderr, "Got Dependency ", pFullName );
+ fprintf( stderr, "Got Dependency %s \\\n", pFullName );
#endif
-#ifdef DEBUG_VERBOSE
- fprintf( stderr, "%s \\\n", pFullName );
-#endif
-
return rtl::OString(pFullName);
}
}