Skip to content

Commit 887106b

Browse files
lambdageekEhsanKia
andauthored
Add missing comma leading to unwanted str concat (#57758)
Ported from mono/mono#21197 Co-authored-by: Ehsan Kia <contact@ehsankia.com>
1 parent 9860ffd commit 887106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/component/debugger-agent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9808,7 +9808,7 @@ static const char* vm_cmds_str [] = {
98089808
"INVOKE_METHOD",
98099809
"SET_PROTOCOL_VERSION",
98109810
"ABORT_INVOKE",
9811-
"SET_KEEPALIVE"
9811+
"SET_KEEPALIVE",
98129812
"GET_TYPES_FOR_SOURCE_FILE",
98139813
"GET_TYPES",
98149814
"INVOKE_METHODS",

0 commit comments

Comments
 (0)