summaryrefslogtreecommitdiff
path: root/sal/workben/t_readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/t_readline.c')
-rw-r--r--sal/workben/t_readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/t_readline.c b/sal/workben/t_readline.c
index 309881497c54..c824f10a9abf 100644
--- a/sal/workben/t_readline.c
+++ b/sal/workben/t_readline.c
@@ -41,7 +41,7 @@ int main (int argc, char ** argv)
result = osl_getFileURLFromSystemPath (pSystemPath, &pFileUrl);
rtl_uString_release (pSystemPath), pSystemPath = 0;
if (result != osl_File_E_None)
- return (result);
+ return result;
result = osl_openFile (pFileUrl, &hFile, osl_File_OpenFlag_Read);
rtl_uString_release (pFileUrl), pFileUrl = 0;