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 | 196a7501fe8391804de54aa2eb383b0ad4f221b9 (patch) | |
| tree | 3aad9902242689db9920e666b0968773b16606e8 /src | |
| parent | 3bc4b6f9963c7678ade6796729567161c419f0da (diff) | |
| download | jancity-196a7501fe8391804de54aa2eb383b0ad4f221b9.tar.gz | |
rounded_rect.h: fix typo
Diffstat (limited to 'src')
| -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 { |
