tstbackend: make it compile again

merge-requests/228/merge
Louis Lagendijk 2019-12-03 22:05:13 +01:00
rodzic 46eacadc78
commit 0bbb7ef3ba
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -46,10 +46,10 @@
static struct option basic_options[] = {
{"device-name", required_argument, NULL, 'd'},
{"level", required_argument, NULL, 'l'},
{"scan", NULL, NULL, 's'},
{"scan", no_argument, NULL, 's'},
{"recursion", required_argument, NULL, 'r'},
{"get-devices", required_argument, NULL, 'g'},
{"help", 0, NULL, 'h'}
{"help", no_argument, NULL, 'h'}
};
static void