mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
Fixed printf() usage in test program.
Found by Cppcheck.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user