add error code for file not found it was missing on one place

svn path=/trunk/; revision=16211
This commit is contained in:
Magnus Olsen 2005-06-21 22:07:44 +00:00
parent a6d58d5291
commit 1af2b69826

View file

@ -136,6 +136,7 @@ VOID error_sfile_not_found (LPTSTR f)
LoadString(CMD_ModuleHandle, STRING_ERROR_FILE_NOT_FOUND, szMsg, RC_STRING_MAX_SIZE);
ConErrPrintf(_T("%s - %s\n"), szMsg, f);
nErrorLevel = 1;
}