Skip to content

Commit 90b7a69

Browse files
committed
syntax error fix (#992)
1 parent 5e71dfc commit 90b7a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prim/windows/prim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static PGetNumaNodeProcessorMaskEx pGetNumaNodeProcessorMaskEx = NULL;
6363
static PGetNumaProcessorNode pGetNumaProcessorNode = NULL;
6464

6565
// Available after Windows XP
66-
typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory( PULONGLONG TotalMemoryInKilobytes );
66+
typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory)( PULONGLONG TotalMemoryInKilobytes );
6767

6868
//---------------------------------------------
6969
// Enable large page support dynamically (if possible)

0 commit comments

Comments
 (0)