Make local function static

This commit is contained in:
lucic71 2022-07-20 13:50:08 +03:00
parent 685817c17e
commit b3a120611f
1 changed files with 1 additions and 1 deletions

View File

@ -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];