From 4f714af054ec1874e78a1f14957c68430623ed22 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 7 Jul 2022 02:37:16 +0200 Subject: rounded_rect.h: fix typo --- src/gui/inc/gui/rounded_rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/inc/gui/rounded_rect.h b/src/gui/inc/gui/rounded_rect.h index 2d5a273..e1203e4 100644 --- a/src/gui/inc/gui/rounded_rect.h +++ b/src/gui/inc/gui/rounded_rect.h @@ -20,7 +20,7 @@ struct gui_rounded_rect UTIL_STATIC_ASSERT(!offsetof(struct gui_rounded_rect, common), "unexpected offset for struct gui_rounded_rect"); -void gui_rounded_rect_init(struct gui_rounded_rect *l); +void gui_rounded_rect_init(struct gui_rounded_rect *r); enum { -- cgit v1.2.3