mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 17:19:42 +00:00
Fix style error.
This commit is contained in:
parent
196d1dbf46
commit
b5a2c0d8c1
@ -74,7 +74,9 @@ struct SceNetMallocStat {
|
||||
int pool; // Pointer to the pool?
|
||||
int maximum; // Maximum size of the pool?
|
||||
int free; // How much memory is free
|
||||
} static netMallocStat;
|
||||
};
|
||||
|
||||
static struct SceNetMallocStat netMallocStat;
|
||||
|
||||
struct AdhocctlHandler
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user