Correct semicolon spacing in API.cs

This commit is contained in:
Jarl Gullberg 2017-08-04 12:04:46 +02:00
parent fb0c24a56c
commit 5dcbea8405
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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)]