examples/rotation: error out on invalid option

This commit is contained in:
Simon Ser 2021-04-16 08:58:29 +02:00
parent 84dea55b20
commit 3c6826df71
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ int main(int argc, char *argv[]) {
}
break;
default:
break;
return 1;
}
}
wlr_log_init(WLR_DEBUG, NULL);