kopia lustrzana https://gitlab.com/sane-project/backends
fix: missing-field-initializers warning
rodzic
fa001c2193
commit
42aa01e4e5
|
@ -3285,7 +3285,7 @@ static struct option long_options[] =
|
||||||
{"debug", optional_argument, 0, 'd'},
|
{"debug", optional_argument, 0, 'd'},
|
||||||
{"syslog", optional_argument, 0, 's'},
|
{"syslog", optional_argument, 0, 's'},
|
||||||
{"bind", required_argument, 0, 'b'},
|
{"bind", required_argument, 0, 'b'},
|
||||||
{0}
|
{0, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Ładowanie…
Reference in New Issue