Skip to content

Commit 3d8a32f

Browse files
committed
add back inadvertently removed line
1 parent 60bb0ff commit 3d8a32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,7 @@ PRIM printf_(lisp *envp, lisp all) {
20012001
char type = *p++ = *f++;
20022002
switch (type) {
20032003
case '%':
2004+
putchar('%'); break;
20042005
case 's':
20052006
princ(car(all)); break;
20062007
case 'S':

0 commit comments

Comments
 (0)