Explorar el Código

sdpops: fix gcc warning, reported from Juha

Henning Westerholt hace 14 años
padre
commit
327e12423f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      modules/sdpops/sdpops_data.c

+ 2 - 2
modules/sdpops/sdpops_data.c

@@ -30,7 +30,7 @@
 #include "../../trim.h"
 #include "sdpops_data.h"
 
-#if 0
+/*
 
 http://www.iana.org/assignments/rtp-parameters
 
@@ -91,7 +91,7 @@ Registry Name: RTP Payload Format media types
 Reference: [RFC4855]
 Registration Procedures: Standards Action Process or expert approval
 
-#endif
+*/
 
 typedef struct _codecsmap {
 	str name;