From 335e5ee5dcd16e42a1710eabd8be332d8d62fafa Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2014 08:10:39 +0100 Subject: Remove spurious character.... --- src/lrtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lrtp.h b/src/lrtp.h index d4abbc1..f790c59 100644 --- a/src/lrtp.h +++ b/src/lrtp.h @@ -73,7 +73,7 @@ typedef enum { PACK_BUFFER_TOO_SMALL = 1001, // Packet buffer needs to be bigger. PACK_UNKNOWN_PROFILE = 1002, // Illegal profile id PACK_MISSING_PROFILE = 1003, // Profile pointer NULL or not valid. -} lrtp_pack_status_t;f +} lrtp_pack_status_t; /** * Enqueue a media frame for the packetiser. -- cgit v1.2.3