add note about switch statement fallthrough

CID 1040128
This commit is contained in:
Mike Blumenkrantz 2014-03-13 13:09:43 -04:00
parent ce429495bb
commit b9cdeb17f5
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ _e_dnd_object_layer_get(E_Drop_Handler *h)
case E_GADCON_CLIENT_TYPE:
/* add 1 to ensure we're above a potential receiving gadcon */
adjust = 1;
/* no break */
default:
adjust += e_comp_e_object_layer_get(obj);
}