summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 60e84d6d..5ecf167d 100644
--- a/source/view.c
+++ b/source/view.c
@@ -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;
}