Skip to content
Snippets Groups Projects
Commit da85400e authored by Francois Perrad's avatar Francois Perrad Committed by Matt Johnston
Browse files

put default in switch/case

parent 7f38caef
Branches
Tags
No related merge requests found
...@@ -446,8 +446,9 @@ do_escape(unsigned char c) { ...@@ -446,8 +446,9 @@ do_escape(unsigned char c) {
cli_tty_setup(); cli_tty_setup();
cli_ses.winchange = 1; cli_ses.winchange = 1;
return 1; return 1;
default:
return 0;
} }
return 0;
} }
static static
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment