Skip to content

Commit affee19

Browse files
committed
missed an s/ref/in/
1 parent 93562b8 commit affee19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ static uint mmioFOURCC(string str) => (uint)(
702702
hr = AVIWriterImports.AVIFileCreateStreamW(
703703
_pAviFile,
704704
out _pAviRawAudioStream,
705-
ref audstream_header);
705+
in audstream_header);
706706
hrEx = Marshal.GetExceptionForHR(hr);
707707
if (hrEx != null)
708708
{

0 commit comments

Comments
 (0)