mirror of
https://github.com/rehlds/rehlds.git
synced 2025-02-10 21:59:00 +03:00
Fixed typo ZONE_DYNAMIC_SIZE
This commit is contained in:
parent
815da982a0
commit
3dc9f8c92d
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "maintypes.h"
|
#include "maintypes.h"
|
||||||
|
|
||||||
#define ZONE_DYNAMIC_SIZE 0x20000
|
#define ZONE_DYNAMIC_SIZE 0x200000
|
||||||
|
|
||||||
typedef struct memblock_s memblock_t;
|
typedef struct memblock_s memblock_t;
|
||||||
typedef struct memzone_s memzone_t;
|
typedef struct memzone_s memzone_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user