diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-09-28 12:12:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-09-28 12:12:44 (GMT) |
commit | 02299eca637a17e8ba23e7b90fdb13f6a7289899 (patch) | |
tree | 9e4e41e7b9799979c0c4194bffaf0351ad45af4b | |
parent | bcd6e1613234f06b24e582a6a80821a3cf2b3af0 (diff) |
fixed copy&paste bug at silence-watch
-rw-r--r-- | silence-watch.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/silence-watch.lua b/silence-watch.lua index d9afe87..33d85c0 100644 --- a/silence-watch.lua +++ b/silence-watch.lua @@ -90,8 +90,6 @@ function main_loop(opt) end end - clear_leds() - signal.stop() return return_value end |