added missing newlines at the ends of two files as reported by Kevin Morgan.
[freeglut] / src / mswin / fg_cursor_mswin.c
index dc1c0d8..b8ec716 100644 (file)
@@ -143,4 +143,4 @@ void fghPlatformGetCursorPos(const SFG_Window *window, GLboolean client, SFG_XYU
     mouse_pos->X = pos.x;
     mouse_pos->Y = pos.y;
     mouse_pos->Use = GL_TRUE;
-}
\ No newline at end of file
+}