summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testlib/defbootstrap_lib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testlib/defbootstrap_lib.cxx')
-rw-r--r--cppuhelper/test/testlib/defbootstrap_lib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/test/testlib/defbootstrap_lib.cxx b/cppuhelper/test/testlib/defbootstrap_lib.cxx
index 64c28766a5f3..22a4c5d865a4 100644
--- a/cppuhelper/test/testlib/defbootstrap_lib.cxx
+++ b/cppuhelper/test/testlib/defbootstrap_lib.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -94,7 +94,7 @@ XS(XS_UNO_tryService)
Perl_croak(aTHX_ "Usage: UNO::tryService(input)");
{
const char * input = (const char *)SvPV(ST(0),PL_na);
- int RETVAL;
+ int RETVAL;
dXSTARG;
RETVAL = tryService(input);