diff options
author | 2016-08-30 15:53:27 +1000 | |
---|---|---|
committer | 2016-08-30 15:53:27 +1000 | |
commit | f5356a62de25fa69d8299f3f5f4cc1dd80d6c1d7 (patch) | |
tree | 58fb91798c0c0335e53db2d3f9dc09bf226d72c6 /plugins/timer/init.lua | |
parent | 234e91f9fbdd5add24c551048df017573116fb0a (diff) |
srcclean on lua plugins, too
Diffstat (limited to 'plugins/timer/init.lua')
-rw-r--r-- | plugins/timer/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index 6600432634f..97d2e679587 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -65,7 +65,7 @@ function timer.startplugin() play_count = play_count + 1 end) - emu.register_stop(function() + emu.register_stop(function() timer_started = false save() total_time = 0 |