Index: /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp	(revision 39643)
+++ /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp	(revision 39644)
@@ -48,5 +48,5 @@
     AssertMsgReturn(*pszSrc, ("%p\n", pszSrc), VERR_INVALID_PARAMETER);
     AssertMsgReturn(*pszDst, ("%p\n", pszDst), VERR_INVALID_PARAMETER);
-    AssertMsgReturn(!(fMove & ~(RTFILEMOVE_FLAGS_REPLACE), ("%#x\n", fMove), VERR_INVALID_PARAMETER);
+    AssertMsgReturn(!(fMove & ~RTFILEMOVE_FLAGS_REPLACE), ("%#x\n", fMove), VERR_INVALID_PARAMETER);
 
     /*
