summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:10:39 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:10:39 +0100
commit335e5ee5dcd16e42a1710eabd8be332d8d62fafa (patch)
tree03cc30876bc33bbe1bfb3c560653afb271599b4a
parent0f900a2b4d7707dddeddadd62ac5a109aed93e7e (diff)
Remove spurious character....
-rw-r--r--src/lrtp.h2
1 files changed, 1 insertions, 1 deletions
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.