From 6aeab9d5e7a05332842a48de820a5b62a6f7fe29 Mon Sep 17 00:00:00 2001
From: Ben Ford <bford@digium.com>
Date: Fri, 24 May 2019 09:01:14 -0500
Subject: [PATCH] build: Fix file format in CHANGES-staging.

One of the change files doesn't conform to the format that the release
scripts need in order to parse it.

Change-Id: Ie0b634cf27e4cbc671b9fe92993b6f2ecf60254c
---
 .../res_pjsip_add_norefersub_global_config.txt                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt b/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt
index 4e076723e2..e0573bc250 100644
--- a/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt
+++ b/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt
@@ -1,9 +1,9 @@
-res_pjsip:  Added a norefersub configuration setting
+Subject: res_pjsip
 
 Added a new PJSIP global setting called norefersub.
 Default is true to keep support working as before.
 
-res_pjsip_refer:  Configures PJSIP norefersub capability accordingly.
+res_pjsip_refer configures PJSIP norefersub capability accordingly.
 
 Checks the PJSIP global setting value.
 If it is true (default) it adds the norefersub capability to PJSIP.
-- 
GitLab