[asterisk-commits] qwell: trunk r97848 - in /trunk: ./ include/asterisk/frame.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 10 14:13:25 CST 2008


Author: qwell
Date: Thu Jan 10 14:13:24 2008
New Revision: 97848

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97848
Log:
Merged revisions 97847 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r97847 | qwell | 2008-01-10 14:12:37 -0600 (Thu, 10 Jan 2008) | 1 line

Fix a comment that is no longer true.
........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/frame.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/include/asterisk/frame.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/frame.h?view=diff&rev=97848&r1=97847&r2=97848
==============================================================================
--- trunk/include/asterisk/frame.h (original)
+++ trunk/include/asterisk/frame.h Thu Jan 10 14:13:24 2008
@@ -421,7 +421,7 @@
 
 /*! \brief Get the name of a format
  * \param format id of format
- * \return A static string containing the name of the format or "UNKN" if unknown.
+ * \return A static string containing the name of the format or "unknown" if unknown.
  */
 char* ast_getformatname(int format);
 




More information about the asterisk-commits mailing list