diff options
Diffstat (limited to 'ext/arts')
-rw-r--r-- | ext/arts/gst_arts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/arts/gst_arts.c b/ext/arts/gst_arts.c index 0eff0852..332e33e8 100644 --- a/ext/arts/gst_arts.c +++ b/ext/arts/gst_arts.c @@ -62,7 +62,7 @@ static GstStaticPadTemplate src_temp = GST_STATIC_PAD_TEMPLATE ("src", enum { ARG_0, - ARG_LAST, + ARG_LAST }; static void gst_arts_base_init (gpointer g_class); |