Commit db4c7a2c authored by hybrid's avatar hybrid

Remove extra commas

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2879 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 590cd727
...@@ -18,7 +18,7 @@ namespace io ...@@ -18,7 +18,7 @@ namespace io
enum EFileSystemType enum EFileSystemType
{ {
FILESYSTEM_NATIVE = 0, // Native OS FileSystem FILESYSTEM_NATIVE = 0, // Native OS FileSystem
FILESYSTEM_VIRTUAL, // Virtual FileSystem FILESYSTEM_VIRTUAL // Virtual FileSystem
}; };
//! Contains the different types of archives //! Contains the different types of archives
......
...@@ -22,7 +22,7 @@ namespace gui ...@@ -22,7 +22,7 @@ namespace gui
ECMC_REMOVE = 1, ECMC_REMOVE = 1,
//! call setVisible(false) //! call setVisible(false)
ECMC_HIDE = 2, ECMC_HIDE = 2
// note to implementors - this is planned as bitset, so continue with 4 if you need to add further flags. // note to implementors - this is planned as bitset, so continue with 4 if you need to add further flags.
}; };
......
...@@ -113,7 +113,7 @@ enum eAllocStrategy ...@@ -113,7 +113,7 @@ enum eAllocStrategy
{ {
ALLOC_STRATEGY_SAFE = 0, ALLOC_STRATEGY_SAFE = 0,
ALLOC_STRATEGY_DOUBLE = 1, ALLOC_STRATEGY_DOUBLE = 1,
ALLOC_STRATEGY_SQRT = 2, ALLOC_STRATEGY_SQRT = 2
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment