rounded_rect.h: fix typo

This commit is contained in:
Xavier Del Campo Romero 2022-07-07 02:37:16 +02:00
parent bebf6d6b5f
commit 4f714af054
1 changed files with 1 additions and 1 deletions

View File

@ -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
{