classes.struct.prettyprint: fix pprint-;

locals-and-roots
Doug Coleman 2016-06-20 13:01:00 -07:00
parent 6b8d0daf04
commit 28ed878543
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ PRIVATE>
M: struct-class see-class*
<colon dup struct-definer-word pprint-word dup pprint-word
<block struct-slots [ pprint-struct-slot ] each
block> pprint-; block> ;
block> pprint-semi block> ;
M: struct pprint-delims
drop \ S{ \ } ;