mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-03 17:55:42 +00:00
Correct semicolon spacing in API.cs
This commit is contained in:
parent
fb0c24a56c
commit
5dcbea8405
|
@ -383,7 +383,7 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
private byte nvsync; /* Number of vert sync ranges */
|
||||
/*XF86VidModeSyncRange* */
|
||||
private IntPtr vsync;/* Vertical sync ranges */
|
||||
private IntPtr vsync; /* Vertical sync ranges */
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
|
|
Loading…
Reference in a new issue