mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
examples/rotation: error out on invalid option
This commit is contained in:
parent
84dea55b20
commit
3c6826df71
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
wlr_log_init(WLR_DEBUG, NULL);
|
||||
|
|
Loading…
Reference in a new issue