aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-07 02:37:16 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-07 02:37:25 +0200
commit196a7501fe8391804de54aa2eb383b0ad4f221b9 (patch)
tree3aad9902242689db9920e666b0968773b16606e8 /src
parent3bc4b6f9963c7678ade6796729567161c419f0da (diff)
downloadjancity-196a7501fe8391804de54aa2eb383b0ad4f221b9.tar.gz
rounded_rect.h: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/gui/inc/gui/rounded_rect.h2
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
{