summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/loops.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/loops.cxx')
-rw-r--r--basic/source/comp/loops.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx
index 1de4e1568d60..abd71e460ea2 100644
--- a/basic/source/comp/loops.cxx
+++ b/basic/source/comp/loops.cxx
@@ -537,7 +537,7 @@ void SbiParser::Resume()
{
aGen.Gen( _RESUME, 0 );
break;
- } // fall thru
+ } // fall through
case SYMBOL:
if( MayBeLabel() )
{
@@ -545,7 +545,7 @@ void SbiParser::Resume()
aGen.Gen( _RESUME, nLbl );
Next();
break;
- } // fall thru
+ } // fall through
default:
Error( SbERR_LABEL_EXPECTED );
}