diff options
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.c b/src/main/main.c index 59a9a59..b14c6c0 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -20,7 +20,7 @@ #include "bindings.h" #include "cmds.h" -struct frame_allocator frame_allocator; +static struct frame_allocator frame_allocator; void *frame_alloc(size_t sz) { return frame_allocator_alloc(&frame_allocator, sz); |
