Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
da85400e
Commit
da85400e
authored
Dec 31, 2015
by
Francois Perrad
Committed by
Matt Johnston
Mar 16, 2016
Browse files
put default in switch/case
parent
7f38caef
Changes
1
Hide whitespace changes
Inline
Side-by-side
cli-chansession.c
View file @
da85400e
...
...
@@ -446,8 +446,9 @@ do_escape(unsigned char c) {
cli_tty_setup
();
cli_ses
.
winchange
=
1
;
return
1
;
default:
return
0
;
}
return
0
;
}
static
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment