This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler warning.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/audio/SDL_wave.c
|
@@ -422,6 +422,8 @@ SDL_LoadWAV_RW(SDL_RWops * src, int freesrc, |
|
|
/* FMT chunk */ |
|
|
WaveFMT *format = NULL; |
|
|
|
|
|
SDL_zero(chunk); |
|
|
|
|
|
/* Make sure we are passed a valid data source */ |
|
|
was_error = 0; |
|
|
if (src == NULL) { |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.