[asterisk-commits] [svn-commits] branch oej/test-this-branch r17823
- /team/oej/test-this-branch/formats/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Apr 6 05:33:03 MST 2006
Author: oej
Date: Thu Apr 6 07:33:00 2006
New Revision: 17823
URL: http://svn.digium.com/view/asterisk?rev=17823&view=rev
Log:
Typo. Thanks jcollie!
Modified:
team/oej/test-this-branch/formats/format_pcm.c
Modified: team/oej/test-this-branch/formats/format_pcm.c
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/formats/format_pcm.c?rev=17823&r1=17822&r2=17823&view=diff
==============================================================================
--- team/oej/test-this-branch/formats/format_pcm.c (original)
+++ team/oej/test-this-branch/formats/format_pcm.c Thu Apr 6 07:33:00 2006
@@ -488,7 +488,7 @@
return ast_format_register(&pcm_f)
|| ast_format_register(&alaw_f)
|| ast_format_register(&au_f)
- || ast_foramt_register(&g722_f);
+ || ast_format_register(&g722_f);
}
int unload_module()
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits
More information about the asterisk-commits
mailing list