1
1

Cleanup: fix inconsistent parameter name

Found by clang-tidy.
This commit is contained in:
2021-09-14 16:41:29 +02:00
parent edaeec3e72
commit 2d13c823ee

View File

@@ -77,7 +77,7 @@ char *BKE_packedfile_unpack_to_file(struct ReportList *reports,
char *BKE_packedfile_unpack(struct Main *bmain,
struct ReportList *reports,
struct ID *id,
const char *orig_file_name,
const char *orig_file_path,
struct PackedFile *pf,
enum ePF_FileStatus how);
int BKE_packedfile_unpack_vfont(struct Main *bmain,