fixed type in Windows-specific code

llvm-svn: 288368
This commit is contained in:
Andrey Churbanov 2016-12-01 16:08:52 +00:00
parent 5fe6236035
commit e0a2c3e99a
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ __kmp_i18n_do_catopen(
Issue a hint in this case to let cause of trouble more understandable.
*/
__kmp_msg_t err_code = KMP_SYSERRCODE(error);
kmp_msg_t err_code = KMP_SYSERRCODE(error);
__kmp_msg(
kmp_ms_warning,
KMP_MSG( CantOpenMessageCatalog, path.str ),