1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-10 17:06:37 -04:00

Add missing null statement for fallthrough

This commit is contained in:
Dave Davenport 2017-06-12 08:53:16 +02:00
parent 26d9da7263
commit 1b3ce23b80

View file

@ -311,7 +311,7 @@ static void rofi_view_calculate_window_position ( RofiViewState *state )
state->x = CacheState.mon.x;
break;
case WL_CENTER:
__attribute__ ( ( fallthrough ) );
;__attribute__ ( ( fallthrough ) );
default:
break;
}