Skip to content

Commit b745f30

Browse files
committed
Add missing space
1 parent ed128d5 commit b745f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s25update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void updateFile(const std::string& httpBase, const std::string& origFilePath, co
476476
if(!dlOk)
477477
{
478478
bnw::cout << "failed!" << std::endl;
479-
throw std::runtime_error("Download of " + bzfile.string() + "failed!");
479+
throw std::runtime_error("Download of " + bzfile.string() + " failed!");
480480
}
481481

482482
// extract the file

0 commit comments

Comments
 (0)