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:
parent
26d9da7263
commit
1b3ce23b80
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue