mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
Make command line option lists const
This commit is contained in:
parent
8f2cd3236f
commit
169b90f90b
4 changed files with 4 additions and 4 deletions
|
@ -343,7 +343,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
sway_log_init(SWAY_INFO, NULL);
|
||||
|
||||
static struct option long_options[] = {
|
||||
static const struct option long_options[] = {
|
||||
{"help", no_argument, NULL, 'h'},
|
||||
{"monitor", no_argument, NULL, 'm'},
|
||||
{"pretty", no_argument, NULL, 'p'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue