From 0588b306c4791665a260096616607452b24b1430 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 12 Dec 2020 21:35:50 -0500 Subject: [PATCH] Revert typo Co-authored-by: Phil Burk --- src/hostapi/wasapi/mingw-include/ksproxy.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hostapi/wasapi/mingw-include/ksproxy.h b/src/hostapi/wasapi/mingw-include/ksproxy.h index 99de340..fcbc6b3 100644 --- a/src/hostapi/wasapi/mingw-include/ksproxy.h +++ b/src/hostapi/wasapi/mingw-include/ksproxy.h @@ -182,7 +182,7 @@ typedef KS_LogicalMemoryType *PKS_LogicalMemoryType; typedef struct _PIPE_TERMINATION { ULONG Flags; ULONG OutsideFactors; - ULONG Weight; + ULONG Weigth; KS_FRAMING_RANGE PhysicalRange; KS_FRAMING_RANGE_WEIGHTED OptimalRange; KS_COMPRESSION Compression; @@ -636,4 +636,3 @@ DECLARE_INTERFACE_(IKsTopology,IUnknown) #endif #endif /* __KSPROXY__ */ - -- 2.43.0