Changes in uspace/lib/bithenge/src/compound.c [84239b1:5a6cc679] in mainline
- File:
-
- 1 edited
-
uspace/lib/bithenge/src/compound.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/compound.c
r84239b1 r5a6cc679 70 70 71 71 /* i ranges from (self->num - 1) to 0 inside the loop. */ 72 size_t i = self->num; 73 while (i-- != 0) { 72 for (size_t i = self->num; i--; ) { 74 73 bithenge_node_t *tmp; 75 74 rc = bithenge_transform_apply(self->xforms[i], scope, in,
Note:
See TracChangeset
for help on using the changeset viewer.
