[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r326001 - /team/irroot/distr...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 1 05:29:55 CDT 2011
Author: irroot
Date: Fri Jul 1 05:29:51 2011
New Revision: 326001
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=326001
Log:
Merge formating fixes r326000
Modified:
team/irroot/distrotech-customers-trunk/res/res_fax.c
Modified: team/irroot/distrotech-customers-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/res/res_fax.c?view=diff&rev=326001&r1=326000&r2=326001
==============================================================================
--- team/irroot/distrotech-customers-trunk/res/res_fax.c (original)
+++ team/irroot/distrotech-customers-trunk/res/res_fax.c Fri Jul 1 05:29:51 2011
@@ -45,7 +45,7 @@
* \author Dwayne M. Hubbard <dhubbard at digium.com>
* \author Kevin P. Fleming <kpfleming at digium.com>
* \author Matthew Nicholson <mnicholson at digium.com>
- *
+ *
* 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.
@@ -3573,7 +3573,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