Whitespace.

This commit is contained in:
David Reid
2017-11-05 19:59:52 +10:00
parent cec3da05e8
commit 9f97cc6943
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ int main()
printf("Failed to initialize capture device.\n");
return -2;
}
mal_device_start(&captureDevice);
printf("Press Enter to stop recording...\n");
+1
View File
@@ -53,6 +53,7 @@ int main(int argc, char** argv)
drwav_uninit(&wav);
return -4;
}
mal_device_start(&device);
printf("Press Enter to quit...");