Skip to content

Commit a141179

Browse files
committed
Add missing break.
1 parent db37f2d commit a141179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/jvm/runtime/org/perl6/nqp/runtime/NativeCallOps.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ private static SixModelObject toNQPType(ThreadContext tc, ArgType target, SixMod
195195
case UTF16STR:
196196
/* TODO: Handle encodings. */
197197
nqpobj.set_str(tc, (String) o);
198+
break;
198199
case CPOINTER: {
199200
CPointerInstance cpointer = (CPointerInstance) nqpobj;
200201
cpointer.pointer = (Pointer) o;

0 commit comments

Comments
 (0)