mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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…
Add table
Add a link
Reference in a new issue