debugger: fix formatting of restart list

db4
Slava Pestov 2010-02-08 20:03:18 +13:00
parent 07ce30e1fe
commit 97e6315c47
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ M: string error. print ;
: restart. ( restart n -- )
[
1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if
1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if
name>> %
] "" make print ;