Skip to content

Commit

Permalink
zebra: Add static qualifier to draw_name
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Oct 17, 2024
1 parent 6d0daea commit 27ee99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static uint32_t fcf_get_height(void *data)
return h;
}

const char *draw_name(int colorspace, bool is_falsecolor)
static const char *draw_name(int colorspace, bool is_falsecolor)
{
if (colorspace == 1 && is_falsecolor)
return "DrawFalseColor601";
Expand Down

0 comments on commit 27ee99d

Please sign in to comment.