diff options
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r-- | src/interp/pspad2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad2.boot b/src/interp/pspad2.boot index ecbcedb0..3cea4138 100644 --- a/src/interp/pspad2.boot +++ b/src/interp/pspad2.boot @@ -545,7 +545,7 @@ formatPileLine($m,x,newLineIfTrue) == --====================================================================== -- Utility Functions --====================================================================== -nBlanks m == strconc/[char('_ ) for i in 1..m] +nBlanks m == strconc/['" " for i in 1..m] isNewspadOperator op == GETL(op,"Led") or GETL(op,"Nud") |