Skip to content

Commit

Permalink
Merge remote branch 'origin/current' into current
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Oct 20, 2010
2 parents ba2ee64 + 19976e6 commit c0223f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ccv_bbf.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ static ccv_bbf_feature_t __ccv_bbf_convex_optimize(unsigned char** posdata, int
* the three rules applied exhaustively, no heuristic used. */
for (t = 0; ; ++t)
{
int g = 0;
g = 0;
for (i = 0; i < 3; i++)
for (j = 0; j < cols[i]; j++)
for (k = 0; k < rows[i]; k++)
Expand Down

0 comments on commit c0223f4

Please sign in to comment.