Author: mjordan Date: Thu Aug 21 09:51:27 2014 New Revision: 421677 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421677 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) Modified: branches/12/main/dns.c branches/12/res/stasis/messaging.h Modified: branches/12/main/dns.c URL: http://svnview.digium.com/svn/asterisk/branches/12/main/dns.c?view=diff&rev=421677&r1=421676&r2=421677 ============================================================================== --- branches/12/main/dns.c (original) +++ branches/12/main/dns.c Thu Aug 21 09:51:27 2014 @@ -339,4 +339,5 @@ #endif return nameservers; -} +} + Modified: branches/12/res/stasis/messaging.h URL: http://svnview.digium.com/svn/asterisk/branches/12/res/stasis/messaging.h?view=diff&rev=421677&r1=421676&r2=421677 ============================================================================== --- branches/12/res/stasis/messaging.h (original) +++ branches/12/res/stasis/messaging.h Thu Aug 21 09:51:27 2014 @@ -80,4 +80,4 @@ */ int messaging_init(void); -#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H */ +#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H */ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits