summaryrefslogtreecommitdiff
path: root/sal/osl/unx/system.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/system.cxx')
-rw-r--r--sal/osl/unx/system.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/system.cxx b/sal/osl/unx/system.cxx
index cddfd75b019d..847a575a0e3c 100644
--- a/sal/osl/unx/system.cxx
+++ b/sal/osl/unx/system.cxx
@@ -288,7 +288,7 @@ char *fcvt(double value, int ndigit, int *decpt, int *sign)
strcpy(ret,buf);
}
- return(ret);
+ return ret;
}
#endif