mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Remove unneeded semicolons
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user