Remove extraneous comma from enum, fix compiler warning.

Thanks to Michael Baeuerle.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-10-14 09:53:01 +00:00
parent 14069e0621
commit f1bf759c64
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ enum Fl_Cursor {
FL_CURSOR_W = 36, /**< leftwards resize. */
FL_CURSOR_NW = 68, /**< upwards, left resize. */
FL_CURSOR_NONE =255, /**< invisible. */
FL_CURSOR_NONE =255 /**< invisible. */
};
/*@}*/ // group: Cursors