Clean up the deviceio test.

This commit is contained in:
David Reid
2020-11-08 19:26:04 +10:00
parent 645bb3b029
commit 03794d9143
-5
View File
@@ -583,10 +583,5 @@ done:
ma_encoder_uninit(&g_State.encoder); ma_encoder_uninit(&g_State.encoder);
} }
printf("Press Enter to quit...");
getchar();
getchar();
return 0; return 0;
} }