From 4e5075d93c3687bc424ad02c1ad97937c90be06b Mon Sep 17 00:00:00 2001 From: cutealien Date: Mon, 7 Apr 2014 20:17:20 +0000 Subject: [PATCH] Remove comma at end of enum. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4763 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/EFocusFlags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/EFocusFlags.h b/include/EFocusFlags.h index a2bccf13..c5180024 100644 --- a/include/EFocusFlags.h +++ b/include/EFocusFlags.h @@ -28,7 +28,7 @@ enum EFOCUS_FLAG EFF_SET_ON_TAB = 0x8, //! When set it's possible to set the focus to disabled elements. - EFF_CAN_FOCUS_DISABLED = 0x16, + EFF_CAN_FOCUS_DISABLED = 0x16 }; } // namespace gui