mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 07:02:07 -05:00
Fixed printf() usage in test program.
Found by Cppcheck.
This commit is contained in:
parent
2eb2901197
commit
2b52b168c3
|
|
@ -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…
Reference in New Issue
Block a user