Skip to content

Commit 6fb2f04

Browse files
Merge pull request #1409 from microsoft/main
FI develop -> MAIN
2 parents fda24a4 + d16b544 commit 6fb2f04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

avstream/avshws/avshws.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
#define DEBUGLVL_TERSE 1
5757
#define DEBUGLVL_ERROR 0
5858

59-
const DebugLevel = DEBUGLVL_TERSE;
59+
const int DebugLevel = DEBUGLVL_TERSE;
6060

6161
#if (DBG)
6262
#define _DbgPrintF(lvl, strings) \
@@ -365,4 +365,4 @@ void __cdecl operator delete[]
365365
#include "filter.h"
366366
#include "capture.h"
367367
#include <uuids.h>
368-
#endif //_avshws_h_
368+
#endif //_avshws_h_

0 commit comments

Comments
 (0)