diff options
author | Bdale Garbee <bdale@gag.com> | 2017-04-22 23:02:53 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2017-04-22 23:02:53 -0600 |
commit | 6cfd9411026d536b5b75098b8c9ec3ceb3d945aa (patch) | |
tree | 6cbfd03a10c26a0e7970a2a09ecc0e7e4efce7c4 /src | |
parent | e3b30d4bd6faf68c885791fb87229558cc1157a6 (diff) |
eliminate spurious close braces
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/ao_pad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/ao_pad.c b/src/drivers/ao_pad.c index 28c00fe3..c18cdd8d 100644 --- a/src/drivers/ao_pad.c +++ b/src/drivers/ao_pad.c @@ -372,7 +372,6 @@ ao_pad(void) ao_pad_arm_time = ao_time(); ao_wakeup(&ao_pad_ignite); break; - } case AO_PAD_STATIC: if (!ao_pad_armed) { PRINTD ("not armed\n"); @@ -391,7 +390,6 @@ ao_pad(void) ao_pad_arm_time = ao_time(); ao_wakeup(&ao_pad_ignite); break; - } case AO_PAD_ENDSTATIC: #ifdef HAS_LOG ao_log_stop(); |