testaudioinfo: Initialize deviceName unconditionally

main
Ethan Lee 2022-09-29 11:36:07 -04:00 committed by GitHub
parent 1ea1a90edb
commit 0d6c4ff622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ print_devices(int iscapture)
int
main(int argc, char **argv)
{
char *deviceName;
char *deviceName = NULL;
SDL_AudioSpec spec;
int n;