diff --git a/src/print_mem.c b/src/print_mem.c index 49f4763..cfd3608 100644 --- a/src/print_mem.c +++ b/src/print_mem.c @@ -194,7 +194,7 @@ error: #endif } -void print_formatted_memory(struct print_mem_info *minfo, memory_ctx_t *ctx) { +static void print_formatted_memory(struct print_mem_info *minfo, memory_ctx_t *ctx) { char *outwalk = ctx->buf; const char *selected_format = ctx->format; char string_ram_total[STRING_SIZE];