Commit 5551dc67 authored by David Reid's avatar David Reid

Update wording in example.

parent 595ba3f7
...@@ -33,7 +33,7 @@ int main(int argc, char** argv) ...@@ -33,7 +33,7 @@ int main(int argc, char** argv)
ma_device device; ma_device device;
if (argc < 2) { if (argc < 2) {
printf("No input file.\n"); printf("No output file.\n");
return -1; return -1;
} }
......
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