aboutsummaryrefslogtreecommitdiff
path: root/module/c/preprocessor2.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/c/preprocessor2.scm')
-rw-r--r--module/c/preprocessor2.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/c/preprocessor2.scm b/module/c/preprocessor2.scm
index f4451e84..e4590d41 100644
--- a/module/c/preprocessor2.scm
+++ b/module/c/preprocessor2.scm
@@ -535,7 +535,7 @@
(map (lambda (path-prefix) (path-append path-prefix string))
(c-search-path)))
(scm-error 'cpp-error "resolve-h-file"
- "Can't resolve file: ~s"
+ "Can't find file: <~a>"
(list string) #f)))))
;; #include "myheader.h"