0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-11 13:08:35 +02:00

libratbox: Add comment that case fallthrough is deliberate.

This commit is contained in:
Jilles Tjoelker 2014-09-21 17:44:34 +02:00
parent 367f61444a
commit 8c04f89623

View file

@ -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;
}