fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list

This commit is contained in:
Ethan Rublee 2010-11-23 00:06:33 +00:00
parent da05e6609a
commit 89c4bc54d9

View File

@ -232,7 +232,7 @@ enum
CV_INTER_LINEAR =1,
CV_INTER_CUBIC =2,
CV_INTER_AREA =3,
CV_INTER_LANCZOS4 =4,
CV_INTER_LANCZOS4 =4
};
/* ... and other image warping flags */