Fixed printf() usage in test program.
Found by Cppcheck.
This commit is contained in:
parent
0eb5308b0f
commit
396bc93955
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ print_devices(int iscapture)
|
|||
printf("%s devices:\n", typestr);
|
||||
|
||||
if (n == -1)
|
||||
printf(" Driver can't detect specific devices.\n\n", typestr);
|
||||
printf(" Driver can't detect specific %s devices.\n\n", typestr);
|
||||
else if (n == 0)
|
||||
printf(" No %s devices found.\n\n", typestr);
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue