Commit 67559f9d authored by genoudoli's avatar genoudoli
Browse files

Updated c_emptyContentType to resolve Titan warning "Field `mParams' is missing from record value".

parent aec3e5d6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ module LibSip_SIPTypesAndValues {

            const ContentType c_empty_ContentType := {
                fieldName := CONTENT_TYPE_E,
                mTypeSubtype := ""
                mTypeSubtype := "",
                mParams := omit
            };

            const CSeq c_empty_cSeq := {