diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-06 08:10:39 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-06 08:10:39 +0100 |
commit | 335e5ee5dcd16e42a1710eabd8be332d8d62fafa (patch) | |
tree | 03cc30876bc33bbe1bfb3c560653afb271599b4a /src | |
parent | 0f900a2b4d7707dddeddadd62ac5a109aed93e7e (diff) |
Remove spurious character....
Diffstat (limited to 'src')
-rw-r--r-- | src/lrtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |