Fix formatting.
This commit is contained in:
parent
a2c7095711
commit
fb830292d7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
exn
|
exn
|
||||||
(let ()
|
(let ()
|
||||||
(log-warning "DokuWiki: cannot open ~A" fname)
|
(log-warning "DokuWiki: cannot open ~A" fname)
|
||||||
(stdout-print "DokuWiki: cannot open ~A" fname)
|
(stdout-printf "DokuWiki: cannot open ~A" fname)
|
||||||
'())
|
'())
|
||||||
(with-input-from-file fname
|
(with-input-from-file fname
|
||||||
parse-dokuwiki-users-auth)))
|
parse-dokuwiki-users-auth)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue