Skip to content

Commit

Permalink
Fix syntax error introduced in #18800 (#18933)
Browse files Browse the repository at this point in the history
  • Loading branch information
spidey3 authored Nov 1, 2022
1 parent 9435ad1 commit 5fb8056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/spidey3/spidey3.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
break;

case UNICODE_MODE_WINDOWS
case UNICODE_MODE_WINDOWS:
case UNICODE_MODE_WINCOMPOSE:
if ((mods | osm) & MOD_MASK_ALT) {
// Window screenshot
Expand Down

0 comments on commit 5fb8056

Please sign in to comment.