Skip to content

Commit b759f76

Browse files
committed
Merge branch 'main' of https://github.com/nanoframework/nf-interpreter into generics-wip
2 parents edca5fe + 8078a7f commit b759f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLR/Debugger/Debugger.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3796,12 +3796,12 @@ bool CLR_DBG_Debugger::Debugging_Deployment_Status(WP_Message *msg)
37963796

37973797
CLR_RT_Memory::Release(cmdReply);
37983798

3799-
WP_ReplyToCommand(msg, true, false, nullptr, 0);
3800-
38013799
return true;
38023800
}
38033801
else
38043802
{
3803+
WP_ReplyToCommand(msg, true, false, NULL, 0);
3804+
38053805
return false;
38063806
}
38073807
}

0 commit comments

Comments
 (0)