test/latency.c: Fix string argument to getopt_long, so now it handles -E and -B

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Mario Domenech Goulart 2012-08-08 11:03:19 -03:00 committed by Takashi Iwai
parent e16a9a04b1
commit c34f74c818

View file

@ -502,7 +502,7 @@ int main(int argc, char *argv[])
morehelp = 0;
while (1) {
int c;
if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:s:bpen", long_option, NULL)) < 0)
if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:B:E:s:bpen", long_option, NULL)) < 0)
break;
switch (c) {
case 'h':