Remove stray comma in enum. Problem hit while porting new EDE.

ok bcallah@ (maintainer)
This commit is contained in:
pascal 2014-07-11 20:57:31 +00:00
parent 315b407384
commit 117972d025
2 changed files with 14 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.47 2013/06/04 18:41:57 naddy Exp $
# $OpenBSD: Makefile,v 1.48 2014/07/11 20:57:31 pascal Exp $
COMMENT= Fast-Light Tool Kit
VER= 1.3.2
DISTNAME= fltk-${VER}-source
PKGNAME= fltk-${VER}
REVISION= 0
CATEGORIES= x11
SHARED_LIBS= fltk 7.1 \

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-FL_Fl_Tree_Item_H,v 1.1 2014/07/11 20:57:31 pascal Exp $
--- FL/Fl_Tree_Item.H.orig Fri Jul 11 18:56:57 2014
+++ FL/Fl_Tree_Item.H Fri Jul 11 18:57:03 2014
@@ -61,7 +61,7 @@ class FL_EXPORT Fl_Tree_Item {
OPEN = 1<<0, ///> item is open
VISIBLE = 1<<1, ///> item is visible
ACTIVE = 1<<2, ///> item is active
- SELECTED = 1<<3, ///> item is selected
+ SELECTED = 1<<3 ///> item is selected
};
#if FLTK_ABI_VERSION >= 10301
// NEW