@@ -219,7 +218,7 @@ int main(int argc, char** argv)
/* Initialize the decoder. */
decoderConfig=ma_decoder_config_init_default();
decoderConfig.pCustomBackendUserData=NULL;/* In this example our backend objects are contained within a ma_decoder_ex object to avoid a malloc. Our vtables need to know about this. */
decoderConfig.pCustomBackendUserData=NULL;/* None of our decoders require user data, so this can be set to null. */