mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
distro: Fix typo in warning message.
* distro.scm (package-files): Add missing newline in warning message.
This commit is contained in:
parent
f4544767b4
commit
49feac7a54
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ (define prefix-len
|
||||||
(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)
|
||||||
'()
|
'()
|
||||||
|
|
Loading…
Reference in a new issue