Skip to content

Commit 3289595

Browse files
Added missing break
1 parent 5c923d0 commit 3289595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Semantics/mod-file.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ void ModFileWriter::PutObjectEntity(
10201020
break;
10211021
case common::IgnoreTKR::Contiguous:
10221022
os << 'c';
1023+
break;
10231024
case common::IgnoreTKR::Pointer:
10241025
os << 'p';
10251026
break;

0 commit comments

Comments
 (0)