diff options
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto-shell.c b/proto-shell.c index ef56aa8..9653f4c 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -212,7 +212,8 @@ proto_shell_handler(struct interface_proto_state *proto, state->sm = S_SETUP_ABORT; return 0; } - /* fall through if no script task is running */ + /* if no script task is running */ + /* fall through */ case S_IDLE: action = "teardown"; state->renew_pending = false; |