[ctrtool] Fix uninitialised variable warning.

This commit is contained in:
jakcron
2017-06-05 11:27:23 +08:00
parent 7c08e895d0
commit 3cca6a7a93
+1 -1
View File
@@ -792,7 +792,7 @@ int cwav_pcm_setup(cwav_pcmstate* state, cwav_context* ctx, int isloop)
{
u32 channelcount = ctx->channelcount;
u32 i;
u32 startoffset;
u32 startoffset = 0;
if (ctx->channel == 0)