mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 06:45:10 +00:00
testaudioinfo: Initialize deviceName unconditionally
This commit is contained in:
@@ -47,7 +47,7 @@ print_devices(int iscapture)
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
char *deviceName;
|
||||
char *deviceName = NULL;
|
||||
SDL_AudioSpec spec;
|
||||
int n;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user