Removed stray ' in print string

This commit is contained in:
rxi
2015-03-04 20:17:48 +00:00
parent 8639cff5e5
commit 61c5779774

View File

@@ -211,7 +211,7 @@ function lurker.hotswapfile(f)
lurker.exiterrorstate()
end
if lurker.preswap(f) then
lurker.print("Hotswap of '{1}' aborted by preswap'", {f})
lurker.print("Hotswap of '{1}' aborted by preswap", {f})
lurker.resetfile(f)
return
end