Commit a301e965 by Nathan Sidwell

fix typo

From-SVN: r83774
parent 0f2a66c9
...@@ -287,7 +287,7 @@ static inline TDEF VEC_OP (TDEF,last) \ ...@@ -287,7 +287,7 @@ static inline TDEF VEC_OP (TDEF,last) \
{ \ { \
VEC_ASSERT (vec_ && vec_->num, "last", TDEF); \ VEC_ASSERT (vec_ && vec_->num, "last", TDEF); \
\ \
return vec_->vec[vec->num - 1]; \ return vec_->vec[vec_->num - 1]; \
} \ } \
\ \
static inline TDEF VEC_OP (TDEF,index) \ static inline TDEF VEC_OP (TDEF,index) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment