[svn-commits] mjordan: branch 13 r421678 - in /branches/13: ./ main/ res/stasis/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 21 09:52:09 CDT 2014


Author: mjordan
Date: Thu Aug 21 09:52:06 2014
New Revision: 421678

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421678
Log:
Clean up files that do not end with newlines

Trivial patch to add new lines to several files missing them. This fixes
warnings when compiling with gcc 4.1.2 on CentOS 5.

ASTERISK-24245 #close
Reported by: Shaun Ruffell
patches:
  0002-Trivial-addition-of-newlines-at-end-of-three-files.patch uploaded by Shaun Ruffell (License 5417)
........

Merged revisions 421677 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    branches/13/   (props changed)
    branches/13/main/dns.c
    branches/13/main/format_cache.c
    branches/13/res/stasis/messaging.h

Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: branches/13/main/dns.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/dns.c?view=diff&rev=421678&r1=421677&r2=421678
==============================================================================
--- branches/13/main/dns.c (original)
+++ branches/13/main/dns.c Thu Aug 21 09:52:06 2014
@@ -339,4 +339,5 @@
 #endif
 
 	return nameservers;
-}
+}
+

Modified: branches/13/main/format_cache.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/format_cache.c?view=diff&rev=421678&r1=421677&r2=421678
==============================================================================
--- branches/13/main/format_cache.c (original)
+++ branches/13/main/format_cache.c Thu Aug 21 09:52:06 2014
@@ -511,4 +511,5 @@
 	}
 
 	return 0;
-}
+}
+

Modified: branches/13/res/stasis/messaging.h
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/stasis/messaging.h?view=diff&rev=421678&r1=421677&r2=421678
==============================================================================
--- branches/13/res/stasis/messaging.h (original)
+++ branches/13/res/stasis/messaging.h Thu Aug 21 09:52:06 2014
@@ -80,4 +80,4 @@
  */
 int messaging_init(void);
 
-#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H  */
+#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H  */




More information about the svn-commits mailing list