Skip to content

Commit bb95968

Browse files
author
tormund
committed
fix compilation error
1 parent 670fa68 commit bb95968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oldwinapi/windows.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7891,7 +7891,7 @@ else:
78917891
# dummy CONTEXT so that it compiles:
78927892
type
78937893
CONTEXT* {.final, pure.} = object
7894-
data: array [0..255, float64]
7894+
data: array[0..255, float64]
78957895

78967896
type
78977897
LPCONTEXT* = ptr CONTEXT
@@ -10151,7 +10151,7 @@ type
1015110151
D1*: int32
1015210152
D2*: int16
1015310153
D3*: int16
10154-
D4*: array [0..7, int8]
10154+
D4*: array[0..7, int8]
1015510155

1015610156
LPMEMORYSTATUS* = ptr MEMORYSTATUS
1015710157
TMEMORYSTATUS* = MEMORYSTATUS

0 commit comments

Comments
 (0)