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:
Peter Hutterer 2021-08-26 08:47:53 +10:00
parent 128e8f1bab
commit 95f00361b3

View file

@ -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;