summaryrefslogtreecommitdiffstats
path: root/rsc/source/res/rscstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscstr.cxx')
-rw-r--r--rsc/source/res/rscstr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx
index 8fe77e8c3850..3dbb9e308c0d 100644
--- a/rsc/source/res/rscstr.cxx
+++ b/rsc/source/res/rscstr.cxx
@@ -89,7 +89,7 @@ ERRTYPE RscString::SetRef( const RSCINST & rInst, const RscId & rRefId )
reinterpret_cast<RscStringInst *>(rInst.pData)->bDflt = false;
}
else
- return( ERR_REFNOTALLOWED );
+ return ERR_REFNOTALLOWED;
return ERR_OK;
}