Merge "res_pjsip_dlg_options: Fix MODULEINFO section."

This commit is contained in:
Matt Jordan
2015-05-03 09:19:16 -05:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/\/\*\*\* MODULEINFO/ {printit=1; next} /\/\*\*\* +MODULEINFO/ {printit=1; next}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1} /<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0} /\*\*\*\// {printit=0}
/.*/ {if (printit) print} /.*/ {if (printit) print}