mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[core] Remove a bunch of superflous semicolons (#9449)
This commit is contained in:
@@ -454,7 +454,7 @@ function Device:test()
|
||||
end
|
||||
|
||||
function Device:exit()
|
||||
android.LOGI(string.format("Stopping %s main activity", android.prop.name));
|
||||
android.LOGI(string.format("Stopping %s main activity", android.prop.name))
|
||||
android.lib.ANativeActivity_finish(android.app.activity)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user