summaryrefslogtreecommitdiff
path: root/stun
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2010-12-13 21:34:06 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2010-12-14 20:53:31 -0500
commit6526c720c1289f0f5b228b9af6540a86422baadd (patch)
tree69641c07215481819f27bfc9ec065f314fe88e10 /stun
parentb48f8e6c6846c2b031d947b430119383cfa931eb (diff)
downloadlibnice-6526c720c1289f0f5b228b9af6540a86422baadd.tar.gz
Fix compilation errors as a result of the rebase
Diffstat (limited to 'stun')
-rw-r--r--stun/usages/turn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/usages/turn.h b/stun/usages/turn.h
index d49b9b5..def7501 100644
--- a/stun/usages/turn.h
+++ b/stun/usages/turn.h
@@ -103,7 +103,7 @@ typedef enum {
STUN_USAGE_TURN_COMPATIBILITY_DRAFT9,
STUN_USAGE_TURN_COMPATIBILITY_GOOGLE,
STUN_USAGE_TURN_COMPATIBILITY_MSN,
- STUN_USAGE_TURN_COMPATIBILITY_OC2007
+ STUN_USAGE_TURN_COMPATIBILITY_OC2007,
STUN_USAGE_TURN_COMPATIBILITY_RFC5766,
} StunUsageTurnCompatibility;