Tracker: Add missing close-paren from previous commit.
This commit is contained in:
@@ -99,7 +99,7 @@ inline uint32 FSUndoMoveMode(uint32 moveMode)
|
|||||||
static
|
static
|
||||||
inline uint32 FSMoveMode(uint32 moveMode)
|
inline uint32 FSMoveMode(uint32 moveMode)
|
||||||
{
|
{
|
||||||
return (moveMode & 0x00FFFFFF | kDoOperation;
|
return (moveMode & 0x00FFFFFF) | kDoOperation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user