Commit 9f97cc69 authored by David Reid's avatar David Reid

Whitespace.

parent cec3da05
...@@ -62,6 +62,7 @@ int main() ...@@ -62,6 +62,7 @@ int main()
printf("Failed to initialize capture device.\n"); printf("Failed to initialize capture device.\n");
return -2; return -2;
} }
mal_device_start(&captureDevice); mal_device_start(&captureDevice);
printf("Press Enter to stop recording...\n"); printf("Press Enter to stop recording...\n");
......
...@@ -53,6 +53,7 @@ int main(int argc, char** argv) ...@@ -53,6 +53,7 @@ int main(int argc, char** argv)
drwav_uninit(&wav); drwav_uninit(&wav);
return -4; return -4;
} }
mal_device_start(&device); mal_device_start(&device);
printf("Press Enter to quit..."); printf("Press Enter to quit...");
......
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