diff --git a/examples/simple_playback.c b/examples/simple_playback.c index 31bedf66..d0a9ea93 100644 --- a/examples/simple_playback.c +++ b/examples/simple_playback.c @@ -41,6 +41,7 @@ int main(int argc, char** argv) result = ma_decoder_init_file(argv[1], NULL, &decoder); if (result != MA_SUCCESS) { + printf("Could not load file: %s\n", argv[1]); return -2; }