From 82ce59757387956d94b7e88570bf4f11f0c1c897 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 12 Apr 2019 20:30:02 +0300 Subject: [PATCH] Line breaks --- Core/debugger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/debugger.c b/Core/debugger.c index c18c1dfb..7ea3a3f8 100644 --- a/Core/debugger.c +++ b/Core/debugger.c @@ -1591,8 +1591,8 @@ static const debugger_command_t commands[] = { {"palettes", 3, palettes, "Displays the current CGB palettes"}, {"breakpoint", 1, breakpoint, "Add a new breakpoint at the specified address/expression" HELP_NEWLINE "Can also modify the condition of existing breakpoints." HELP_NEWLINE - "If the j modifier is used, the breakpoint will occur just" HELP_NEWLINE - "before jumping to the target.", + "If the j modifier is used, the breakpoint will occur just before" HELP_NEWLINE + "jumping to the target.", "[ if ]", "(j)"}, {"delete", 2, delete, "Delete a breakpoint by its address, or all breakpoints", "[]"}, {"watch", 1, watch, "Add a new watchpoint at the specified address/expression." HELP_NEWLINE