Remove unneeded semicolons

This commit is contained in:
bkrypt
2022-04-29 21:39:10 +02:00
parent a223340c44
commit 4911df9f99
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ paged_audio_buffer_page :: struct {
pNext: ^paged_audio_buffer_page, /*atomic*/
sizeInFrames: u64,
pAudioData: [1]u8,
};
}
paged_audio_buffer_data :: struct {
format: format,