diff options
Diffstat (limited to 'libguile/script.c')
-rw-r--r-- | libguile/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/script.c b/libguile/script.c index e24c89f51..2ab76161e 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -557,7 +557,7 @@ scm_compile_shell_switches (int argc, char **argv) "certain other uses are permitted as well. For details, see the file\n" "`COPYING', which is included in the Guile distribution.\n" "There is no warranty, to the extent permitted by law.\n", - SCM_CHARS (scm_version ())); + SCM_STRING_CHARS (scm_version ())); exit (0); } |