summaryrefslogtreecommitdiff
path: root/sal/cppunittester
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-01 10:40:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-01 10:40:22 +0100
commita31275041c756d3f311027f893bb2a6f47265323 (patch)
treed059ce0bec5b9cbe518781442119032e1518119b /sal/cppunittester
parent4355a7843e156b189214bed35b93b86439a68064 (diff)
missing else, *cough*
Diffstat (limited to 'sal/cppunittester')
-rw-r--r--sal/cppunittester/cppunittester.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 0aa45eca5e3c..b351870b6a22 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -143,6 +143,7 @@ SAL_IMPLEMENT_MAIN() {
testlib = rtl::OUStringToOString(arg, osl_getThreadTextEncoding()).getStr();
args += testlib;
}
+ else
{
args += ' ';
args += rtl::OUStringToOString(arg, osl_getThreadTextEncoding()).getStr();