Cleanup: fix inconsistent parameter name
Found by clang-tidy.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user