Skip to content

Commit

Permalink
Just small text appearance change
Browse files Browse the repository at this point in the history
Not related to PVS or any bug
  • Loading branch information
Xottab-DUTY committed Apr 1, 2017
1 parent 2f71569 commit 480d75e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/xrCore/LocatorAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,8 @@ void CLocatorAPI::_initialize(u32 flags, LPCSTR target_folder, LPCSTR fs_name)
#endif // DEBUG

CHECK_OR_EXIT(I.second,
"The file 'fsgame.ltx' is corrupted (it contains duplicated lines).\nPlease reinstall the game or fix "
"the "
"problem manually.");
"The file 'fsgame.ltx' is corrupted (it contains duplicated lines).\n"
"Please reinstall the game or fix the problem manually.");
}
r_close(pFSltx);
R_ASSERT(path_exist("$app_data_root$"));
Expand Down

0 comments on commit 480d75e

Please sign in to comment.