summaryrefslogtreecommitdiff
path: root/ext/sctp/sctpassociation.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sctp/sctpassociation.c')
-rw-r--r--ext/sctp/sctpassociation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sctp/sctpassociation.c b/ext/sctp/sctpassociation.c
index dd98eb176..fbf5b4afe 100644
--- a/ext/sctp/sctpassociation.c
+++ b/ext/sctp/sctpassociation.c
@@ -56,7 +56,7 @@ gst_sctp_association_state_get_type (void)
{GST_SCTP_ASSOCIATION_STATE_ERROR, "state-error", "state-error"},
{0, NULL, NULL}
};
- static volatile GType id = 0;
+ static GType id = 0;
if (g_once_init_enter ((gsize *) & id)) {
GType _id;