bugfix: terminate the program when exiting reader

This commit is contained in:
chrox
2013-03-23 17:22:49 +08:00
parent a42021cd42
commit f85fd7a9b2

View File

@@ -51,6 +51,8 @@ function exitReader()
end
end
end
os.exit(0)
end
function HomeMenu:setUpdateItemTable()