summaryrefslogtreecommitdiff
path: root/sal/osl/w32/path_helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/path_helper.cxx')
-rw-r--r--sal/osl/w32/path_helper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/path_helper.cxx b/sal/osl/w32/path_helper.cxx
index a79373d7078e..c778b152270b 100644
--- a/sal/osl/w32/path_helper.cxx
+++ b/sal/osl/w32/path_helper.cxx
@@ -41,7 +41,7 @@ const rtl::OUString SLASH ("/");
void osl_systemPathEnsureSeparator(/*inout*/ rtl_uString** ppustrPath)
{
- OSL_PRECOND(ppustrPath && (nullptr != *ppustrPath), \
+ OSL_PRECOND(ppustrPath && (nullptr != *ppustrPath),
"osl_systemPathEnsureSeparator: Invalid parameter");
rtl::OUString path(*ppustrPath);