mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-03 11:30:22 +00:00
Cleanup function to match coding-standard
This commit is contained in:
parent
a8e6941a68
commit
f97531c5c0
@ -1892,9 +1892,9 @@ Update_t CmdBreakpointEnable (int nArgs) {
|
||||
return UPDATE_BREAKPOINTS;
|
||||
}
|
||||
|
||||
|
||||
Update_t CmdBreakpointChange (int nArgs) {
|
||||
|
||||
// bpchange # <[E e T t S s]>
|
||||
Update_t CmdBreakpointChange (int nArgs)
|
||||
{
|
||||
if (! g_nBreakpoints)
|
||||
return ConsoleDisplayError("There are no (PC) Breakpoints defined.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user