[asterisk-commits] irroot: branch irroot/distrotech-customers-1.8 r326202 - /team/irroot/distrot...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jul 2 07:09:32 CDT 2011
Author: irroot
Date: Sat Jul 2 07:09:21 2011
New Revision: 326202
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=326202
Log:
Some white space clean up in res_fax.c
Modified:
team/irroot/distrotech-customers-1.8/res/res_fax.c
Modified: team/irroot/distrotech-customers-1.8/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-1.8/res/res_fax.c?view=diff&rev=326202&r1=326201&r2=326202
==============================================================================
--- team/irroot/distrotech-customers-1.8/res/res_fax.c (original)
+++ team/irroot/distrotech-customers-1.8/res/res_fax.c Sat Jul 2 07:09:21 2011
@@ -3767,7 +3767,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