summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proto-shell.c3
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;