Fix style error.

This commit is contained in:
The Dax 2013-06-17 19:27:59 -04:00
parent 196d1dbf46
commit b5a2c0d8c1

View File

@ -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
{