Commit 89c4bc54 authored by Ethan Rublee's avatar Ethan Rublee

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

parent da05e660
......@@ -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 */
......
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