diff options
author | David Robillard <d@drobilla.net> | 2014-04-28 01:22:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-04-28 01:22:45 +0000 |
commit | 9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0 (patch) | |
tree | 24a8d674f2f76403de474c081567827f35686000 /src/group.c | |
parent | ed45810d4a97b68c83068627f1443fa49d6eedc8 (diff) | |
download | ganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.tar.gz ganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.tar.bz2 ganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.zip |
Fix comments for GIR.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5382 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/group.c')
-rw-r--r-- | src/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c index 4e7731a..20ef354 100644 --- a/src/group.c +++ b/src/group.c @@ -275,7 +275,7 @@ ganv_group_point(GanvItem* item, double x, double y, GanvItem** actual_item) } } -/** Get bounds of child item in group-relative coordinates. */ +/* Get bounds of child item in group-relative coordinates. */ static void get_child_bounds(GanvItem* child, double* x1, double* y1, double* x2, double* y2) { |