diff options
Diffstat (limited to 'ext/gsm')
-rw-r--r-- | ext/gsm/gstgsmdec.c | 4 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index 33c470e9..8e184121 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -42,8 +42,8 @@ enum enum { - ARG_0, - /* FILL ME */ + ARG_0 + /* FILL ME */ }; static void gst_gsmdec_base_init (gpointer g_class); diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 90c90852..06b9b212 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -43,8 +43,8 @@ enum enum { - ARG_0, - /* FILL ME */ + ARG_0 + /* FILL ME */ }; static void gst_gsmenc_base_init (gpointer g_class); |