More main fixes

This commit is contained in:
Adubbz 2019-07-27 19:56:54 +10:00
parent 741d0f8116
commit 0169e3e3d6
2 changed files with 38 additions and 9 deletions

View file

@ -640,7 +640,7 @@ namespace sts::ncm {
this->placeholder_accessor.GetPlaceHolderPathUncached(placeholder_path, placeholder_id);
if (stat(placeholder_path, &st) == -1) {
return fsdevGetLastResult();;
return fsdevGetLastResult();
}
out_size.SetValue(st.st_size);