Skip to content

Commit c6ce217

Browse files
Merge pull request dotnet#10417 from viva64/master
Missing comma
2 parents 41c47b8 + baaff75 commit c6ce217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/di/rsmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const char * GetDebugCodeName(DWORD dwCode)
6060
"(5) EXIT_PROCESS_DEBUG_EVENT",
6161
"(6) LOAD_DLL_DEBUG_EVENT",
6262
"(7) UNLOAD_DLL_DEBUG_EVENT",
63-
"(8) OUTPUT_DEBUG_STRING_EVENT"
63+
"(8) OUTPUT_DEBUG_STRING_EVENT",
6464
"(9) RIP_EVENT",// <-- only on Win9X
6565
};
6666

0 commit comments

Comments
 (0)