From f238b9ea3c6b2b380a07d37ebe82d7fcde4a1ce1 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 10 Oct 2018 12:31:55 +0200 Subject: Small tweak to avoid warning --- src/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/audio.c b/src/audio.c index 9e44d709..95e59931 100644 --- a/src/audio.c +++ b/src/audio.c @@ -2402,7 +2402,7 @@ static Wave LoadMP3(const char *fileName) // Decode an entire MP3 file in one go uint64_t totalSampleCount; - drmp3_config *config; + drmp3_config *config = NULL; wave.data = drmp3_open_and_decode_file_f32(fileName, config, &totalSampleCount); wave.channels = config->outputChannels; -- cgit v1.2.3