mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #4182 from thedax/fixWarning
Remove unused local variable to fix a warning.
This commit is contained in:
commit
f86830b1de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue