Skip to content

Commit

Permalink
Oops in last commit.
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=6177
  • Loading branch information
mdboom committed Oct 10, 2008
1 parent d38673c commit dc8d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agg_py_path_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class SimplifyPath

inline bool flush_queue(unsigned *cmd, double *x, double *y)
{
if (!queue_nonempty())
if (queue_nonempty())
{
#if DEBUG_SIMPLIFY
if (m_queue_read >= m_queue_size)
Expand Down

0 comments on commit dc8d65a

Please sign in to comment.