diff --git a/src/wofi.c b/src/wofi.c index e43aa09..3f9fc8d 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -1072,7 +1072,7 @@ static GdkModifierType get_mask_from_keystate(guint state) { // Alt if ((state & GDK_MOD1_MASK) == GDK_MOD1_MASK) { return GDK_MOD1_MASK; - }; + } return 0; }