Skip to content

Commit

Permalink
Add explicit comment for switch() fall through case
Browse files Browse the repository at this point in the history
Maybe this will make Coverity shut up about it.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Feb 28, 2015
1 parent 5775e02 commit d9f611b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Expand Up @@ -1943,6 +1943,7 @@ static void init_token(struct openconnect_info *vpninfo,
switch(token_str[0]) {
case '@':
token_str++;
/* fall through... */
case '/':
if (read_file_into_string(vpninfo, token_str,
&file_token) < 0)
Expand Down

0 comments on commit d9f611b

Please sign in to comment.