[asterisk-commits] qwell: branch 1.4 r97847 - /branches/1.4/include/asterisk/frame.h

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


Author: qwell
Date: Thu Jan 10 14:12:37 2008
New Revision: 97847

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97847
Log:
Fix a comment that is no longer true.

Modified:
    branches/1.4/include/asterisk/frame.h

Modified: branches/1.4/include/asterisk/frame.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/frame.h?view=diff&rev=97847&r1=97846&r2=97847
==============================================================================
--- branches/1.4/include/asterisk/frame.h (original)
+++ branches/1.4/include/asterisk/frame.h Thu Jan 10 14:12:37 2008
@@ -419,7 +419,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