Skip to content

Commit

Permalink
Declare window_thread() as static function
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 1, 2024
1 parent 4ac5bcf commit 6437993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void window_add(uint32_t width, uint32_t height)
display_cnt++;
}

int window_thread(void *data)
static int window_thread(void *data)
{
struct display_info *display = (struct display_info *) data;

Expand Down

0 comments on commit 6437993

Please sign in to comment.