Commit 5f8797f1 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Correct typo.

parent cb613f51
...@@ -2944,7 +2944,7 @@ static UINT ACTION_InstallFiles(MSIPACKAGE *package) ...@@ -2944,7 +2944,7 @@ static UINT ACTION_InstallFiles(MSIPACKAGE *package)
} }
else if (rc == ERROR_FILE_NOT_FOUND) else if (rc == ERROR_FILE_NOT_FOUND)
{ {
ERR("Source File Not Found! Continueing\n"); ERR("Source File Not Found! Continuing\n");
rc = 0; rc = 0;
} }
else else
......
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