Skip to content

Commit 2913e9e

Browse files
committed
Merge branch 'networkfusion/fatfs-r0.15a' of https://github.com/nanoframework/nf-interpreter into networkfusion/fatfs-r0.15a
2 parents efcb9a0 + 807c1fc commit 2913e9e

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
@@ -3742,12 +3742,12 @@ bool CLR_DBG_Debugger::Debugging_Deployment_Status(WP_Message *msg)
37423742

37433743
CLR_RT_Memory::Release(cmdReply);
37443744

3745-
WP_ReplyToCommand(msg, true, false, NULL, 0);
3746-
37473745
return true;
37483746
}
37493747
else
37503748
{
3749+
WP_ReplyToCommand(msg, true, false, NULL, 0);
3750+
37513751
return false;
37523752
}
37533753
}

0 commit comments

Comments
 (0)