Skip to content

Commit c10180a

Browse files
committed
system_info: add forward declaration
1 parent bb9979e commit c10180a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

menu_system_info.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ static void callback_stub(void)
5454
{
5555
}
5656

57+
static void update_system_info(void);
58+
5759
static void toggle_space_display(void)
5860
{
5961
show_used_space = !show_used_space;

0 commit comments

Comments
 (0)