summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.