[asterisk-commits] irroot: branch irroot/t38gateway-1.8 r326003 - /team/irroot/t38gateway-1.8/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jul 1 05:59:32 CDT 2011


Author: irroot
Date: Fri Jul  1 05:59:28 2011
New Revision: 326003

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=326003
Log:
T38 Code cleanup

Modified:
    team/irroot/t38gateway-1.8/res/res_fax.c

Modified: team/irroot/t38gateway-1.8/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-1.8/res/res_fax.c?view=diff&rev=326003&r1=326002&r2=326003
==============================================================================
--- team/irroot/t38gateway-1.8/res/res_fax.c (original)
+++ team/irroot/t38gateway-1.8/res/res_fax.c Fri Jul  1 05:59:28 2011
@@ -46,7 +46,7 @@
  * \author Kevin P. Fleming <kpfleming at digium.com>
  * \author Matthew Nicholson <mnicholson at digium.com>
  * \author Gregory H. Nietsky  <gregory at distrotech.co.za>
- * 
+ *
  * A generic FAX resource module that provides SendFAX and ReceiveFAX applications.
  * This module requires FAX technology modules, like res_fax_spandsp, to register with it
  * so it can use the technology modules to perform the actual FAX transmissions.
@@ -3766,7 +3766,7 @@
 	}
 
 	ast_cli_register_multiple(fax_cli, ARRAY_LEN(fax_cli));
-	res = ast_custom_function_register(&acf_faxopt);	
+	res = ast_custom_function_register(&acf_faxopt);
 	fax_logger_level = ast_logger_register_level("FAX");
 
 	return res;




More information about the asterisk-commits mailing list