mirror of
https://github.com/swaywm/sway.git
synced 2026-05-05 06:46:49 -04:00
Fix return statment
This commit is contained in:
parent
1e1899512e
commit
3e2af9c4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ void cleanup_inhibit() {
|
|||
fd = -1;
|
||||
inhibit_cnt=0;
|
||||
wlr_log(L_DEBUG, "Cleanup inhibit");
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
static int check_for_lock(void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue