diff --git a/Source/pfile.cpp b/Source/pfile.cpp index 3921257ce..31e18d2d2 100644 --- a/Source/pfile.cpp +++ b/Source/pfile.cpp @@ -613,7 +613,7 @@ void pfile_rename_temp_to_perm() } } /// ASSERT: assert(! GetPermSaveNames(dwIndex,szPerm)); - GetPermSaveNames(dwIndex, szPerm); + GetPermSaveNames(dwIndex, szPerm); // BUGFIX: function call has no purpose pfile_flush(TRUE, dwChar); }