distro: Fix typo in warning message.
* distro.scm (package-files): Add missing newline in warning message.master
parent
f4544767b4
commit
49feac7a54
|
@ -67,7 +67,7 @@
|
||||||
(const #f) ; skip
|
(const #f) ; skip
|
||||||
(lambda (path stat errno result)
|
(lambda (path stat errno result)
|
||||||
(format (current-error-port)
|
(format (current-error-port)
|
||||||
(_ "warning: cannot access `~a': ~a")
|
(_ "warning: cannot access `~a': ~a~%")
|
||||||
path (strerror errno))
|
path (strerror errno))
|
||||||
result)
|
result)
|
||||||
'()
|
'()
|
||||||
|
|
Reference in New Issue