fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerat...
authorEthan Rublee <no@email>
Tue, 23 Nov 2010 00:06:33 +0000 (00:06 +0000)
committerEthan Rublee <no@email>
Tue, 23 Nov 2010 00:06:33 +0000 (00:06 +0000)
modules/imgproc/include/opencv2/imgproc/types_c.h

index 27b7eea..f2588bd 100644 (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 */