oops paren
This commit is contained in:
parent
57fcccc276
commit
e411b57c54
1 changed files with 1 additions and 1 deletions
2
main.scm
2
main.scm
|
@ -191,7 +191,7 @@
|
||||||
(else
|
(else
|
||||||
(if (git-file-is-text? source-file)
|
(if (git-file-is-text? source-file)
|
||||||
(plaintext)
|
(plaintext)
|
||||||
(binary))))
|
(binary)))))
|
||||||
|
|
||||||
(define (filelist->sxml source-files-list relative-root)
|
(define (filelist->sxml source-files-list relative-root)
|
||||||
`((h1 "Files")
|
`((h1 "Files")
|
||||||
|
|
Loading…
Reference in a new issue