mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-13 19:49:36 +00:00
Fix missing return in error case
This commit is contained in:
@@ -2600,6 +2600,7 @@ int ConvertDirectory(const std::string &basePath, const PortabilityLayer::Combin
|
||||
fprintf(stderr, "Failed to open metadata file ");
|
||||
fputs_utf8(metaPath.c_str(), stderr);
|
||||
fprintf(stderr, "\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
PortabilityLayer::MacFilePropertiesSerialized mfps;
|
||||
|
||||
Reference in New Issue
Block a user