From 8ab84441bb8c1e7e698eb152c13e64e6681638db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 23:53:08 +0000 Subject: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/sys/ this time) --- sys/qcam/gstqcamsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/qcam/gstqcamsrc.c') diff --git a/sys/qcam/gstqcamsrc.c b/sys/qcam/gstqcamsrc.c index 689647bd..48480225 100644 --- a/sys/qcam/gstqcamsrc.c +++ b/sys/qcam/gstqcamsrc.c @@ -101,7 +101,7 @@ enum ARG_TRANSFER_SCALE, ARG_DEPTH, ARG_PORT, - ARG_AUTOEXP, + ARG_AUTOEXP }; static void gst_qcamsrc_base_init (gpointer g_class); -- cgit v1.2.1