[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / base / applications / network / net / cmdAccounts.c
index 792831d..ff986f9 100644 (file)
@@ -151,7 +151,7 @@ cmdAccounts(
         }
     }
 
-    if (Modified == TRUE)
+    if (Modified != FALSE)
     {
         Status = NetUserModalsSet(NULL, 0, (LPBYTE)Info0, &ParamErr);
         if (Status != NERR_Success)