Skip to content

Commit d1ce949

Browse files
committed
Fix missing brace after merge
1 parent 1587acb commit d1ce949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srcCxx/shape_main.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ class ShapeOptions {
933933
parse_ok = false;
934934
}
935935
datafrag_size = converted_param;
936+
}
936937
case 'F':
937938
cft_expression = strdup(optarg);
938939
break;

0 commit comments

Comments
 (0)