diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-07 02:37:16 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-07 02:37:25 +0200 |
| commit | 4f714af054ec1874e78a1f14957c68430623ed22 (patch) | |
| tree | 9eb0b4ab659163019850d43f682435f220a52511 | |
| parent | bebf6d6b5f6190de875e23e5a2ad1d1f304f86c2 (diff) | |
rounded_rect.h: fix typo
| -rw-r--r-- | src/gui/inc/gui/rounded_rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
