mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Whitespace.
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -53,6 +53,7 @@ int main(int argc, char** argv)
|
||||
drwav_uninit(&wav);
|
||||
return -4;
|
||||
}
|
||||
|
||||
mal_device_start(&device);
|
||||
|
||||
printf("Press Enter to quit...");
|
||||
|
||||
Reference in New Issue
Block a user