mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-05 13:40:17 +01:00
tools: fix a whitespace issue/compiler warning in the fake portal
Whitespace issue originally, but let's fix it so that clang no longer complains about missing initializers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
128e8f1bab
commit
95f00361b3
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ main(int argc, char **argv)
|
|||
static struct option long_opts[] = {
|
||||
{ "busname", required_argument, 0, OPT_BUSNAME},
|
||||
{ "help", no_argument, 0, 'h'},
|
||||
{ NULL},
|
||||
{ .name = NULL },
|
||||
};
|
||||
|
||||
int optind = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue