Fix return statment

This commit is contained in:
Mattias Eriksson 2018-04-27 12:10:32 +02:00
parent 1e1899512e
commit 3e2af9c4a2

View file

@ -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) {