https://github.com/swaywm/sway
Revision 8d8a21c9c321fa41b033caf9b5b62cdd584483c1 authored by zkldi on 12 July 2022, 13:30:41 UTC, committed by Simon Ser on 12 July 2022, 14:07:51 UTC
This semi-colon looks like a typo. Luckily, it has no effect on the code as it's treated as an empty statement leading the switch case.

Really straightforward nitpick change, was just something I was confused by when reading over the code.
1 parent b69d637
Raw File
Tip revision: 8d8a21c9c321fa41b033caf9b5b62cdd584483c1 authored by zkldi on 12 July 2022, 13:30:41 UTC
fix: remove redundant empty statement in main.c
Tip revision: 8d8a21c
.gitignore
install_manifest.txt
*.swp
*.o
*.a
bin/
test/
build/
build-*/
.lvimrc
config-debug
wayland-*-protocol.*
/subprojects/wlroots
subprojects
back to top