Commit b1f64fda authored by David Reid's avatar David Reid

Update simple_playback example.

parent 11a774c9
...@@ -41,6 +41,7 @@ int main(int argc, char** argv) ...@@ -41,6 +41,7 @@ int main(int argc, char** argv)
result = ma_decoder_init_file(argv[1], NULL, &decoder); result = ma_decoder_init_file(argv[1], NULL, &decoder);
if (result != MA_SUCCESS) { if (result != MA_SUCCESS) {
printf("Could not load file: %s\n", argv[1]);
return -2; return -2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment