fixed typo, dammit

This commit is contained in:
steve donovan 2011-12-13 14:16:03 +02:00
parent fb5f5f290c
commit 461fe4b711
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function markup.create (ldoc, format)
print('format: discount not found, using markdown')
ok,formatter = pcall(require,'markdown')
end
if not ok
if not ok then
quit("cannot load formatter: "..format)
end
end