fix compile error

db4
Doug Coleman 2008-12-05 11:36:41 -06:00
parent 29aeb707c1
commit f126d0c0e6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SYMBOL: log-files
: log-stream ( service -- stream ) : log-stream ( service -- stream )
log-files get [ open-log-stream ] cache ; log-files get [ open-log-stream ] cache ;
: multiline-header 20 CHAR: - <string> ; foldable : multiline-header ( -- string ) 20 CHAR: - <string> ; foldable
: (write-message) ( msg name>> level multi? -- ) : (write-message) ( msg name>> level multi? -- )
[ [