fix: missing-field-initializers warning

merge-requests/1/head
Olaf Meeuwissen 2015-10-12 20:42:01 +09:00
rodzic fa001c2193
commit 42aa01e4e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3285,7 +3285,7 @@ static struct option long_options[] =
{"debug", optional_argument, 0, 'd'},
{"syslog", optional_argument, 0, 's'},
{"bind", required_argument, 0, 'b'},
{0}
{0, 0, 0, 0 }
};
int