mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 23:15:31 +00:00
testaudioinfo: Initialize deviceName unconditionally
This commit is contained in:
parent
1ea1a90edb
commit
0d6c4ff622
|
@ -47,7 +47,7 @@ print_devices(int iscapture)
|
|||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
char *deviceName;
|
||||
char *deviceName = NULL;
|
||||
SDL_AudioSpec spec;
|
||||
int n;
|
||||
|
||||
|
|
Loading…
Reference in a new issue