Correct semicolon spacing in API.cs
This commit is contained in:
parent
fb0c24a56c
commit
5dcbea8405
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
private byte nvsync; /* Number of vert sync ranges */
|
private byte nvsync; /* Number of vert sync ranges */
|
||||||
/*XF86VidModeSyncRange* */
|
/*XF86VidModeSyncRange* */
|
||||||
private IntPtr vsync;/* Vertical sync ranges */
|
private IntPtr vsync; /* Vertical sync ranges */
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
|
|
Loading…
Reference in a new issue