search for: 674bcba

Displaying 1 result from an estimated 1 matches for "674bcba".

Did you mean: 4d4bcba
2007 Oct 10
0
libswfdec/swfdec_rect.c
...n(+), 1 deletion(-) New commits: diff-tree d622c9688417c3efd36e3f39a64654296a458e84 (from 985d5725de43dcf605d1e17b5d45e4bd5df1b55f) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 22:49:14 2007 +0200 typo diff --git a/libswfdec/swfdec_rect.c b/libswfdec/swfdec_rect.c index 674bcba..c6365c1 100644 --- a/libswfdec/swfdec_rect.c +++ b/libswfdec/swfdec_rect.c @@ -205,7 +205,7 @@ swfdec_rect_inside (const SwfdecRect *ou /* if outer is empty, below will return FALSE */ return outer->x0 <= inner->x0 && outer->y0 <= inner->y0 && - outer-&g...