Add missing comma leading to unwanted str concat (#21197)
commit1bdb6cc55c3f5813407be9eb9bfe05aa891e1faf
authorEhsan Kia <contact@ehsankia.com>
Fri, 20 Aug 2021 12:09:53 +0000 (20 08:09 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 12:09:53 +0000 (20 14:09 +0200)
tree005a7aad89b92f73099c3f9a21b722f263574cb6
parentd91faa0c1623779e53c8094851c50411bea2d79f
Add missing comma leading to unwanted str concat (#21197)

The missing comma leads to "SET_KEEPALIVE" and "GET_TYPES_FOR_SOURCE_FILES" being merged, breaking both entries. This is very likely unwanted and a bug.
mono/mini/debugger-agent.c