aboutsummaryrefslogtreecommitdiff
path: root/module/c/preprocessor2.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/c/preprocessor2.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/c/preprocessor2.scm b/module/c/preprocessor2.scm
index ee6f2d9f..2677c42e 100644
--- a/module/c/preprocessor2.scm
+++ b/module/c/preprocessor2.scm
@@ -407,8 +407,8 @@
(_ (err)))))
(else
(format (current-output-port)
- "Non-standard #Pragma: ~s~%"
- (unlex (list tokens)))
+ "Non-standard #Pragma: ~a"
+ (unlex tokens))
environment))))