mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-26 00:45:49 +00:00
Merge pull request #4182 from thedax/fixWarning
Remove unused local variable to fix a warning.
This commit is contained in:
commit
f86830b1de
@ -30,7 +30,7 @@ int scePauth_98B83B5D(u32 srcPtr, int srcLength, u32 destLengthPtr, u32 workArea
|
||||
{
|
||||
u8 *src, *key;
|
||||
u32 crc;
|
||||
char path[256], name[256];
|
||||
char name[256];
|
||||
std::string hostPath;
|
||||
FILE *fp;
|
||||
int size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user