libratbox: Add comment that case fallthrough is deliberate.
This commit is contained in:
parent
367f61444a
commit
8c04f89623
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ rb_base64_decode(const unsigned char *str, int length, int *ret)
|
|||
return NULL;
|
||||
case 2:
|
||||
k++;
|
||||
/* FALLTHROUGH */
|
||||
case 3:
|
||||
result[k++] = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue