Fix formatting.

This commit is contained in:
Dominik Pantůček 2023-06-26 19:39:04 +02:00
parent a2c7095711
commit fb830292d7

View file

@ -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)))