Removed extraneous ;

This commit is contained in:
Scoopta 2023-02-20 21:02:58 -08:00
parent f4ebbed7a8
commit ec569f3f36

View File

@ -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;
}