[asterisk-commits] russell: trunk r95723 - /trunk/apps/app_meetme.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 1 21:36:39 CST 2008


Author: russell
Date: Tue Jan  1 21:36:39 2008
New Revision: 95723

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95723
Log:
fix a spacing issue introduced in revision 95443.

Modified:
    trunk/apps/app_meetme.c

Modified: trunk/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?view=diff&rev=95723&r1=95722&r2=95723
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Tue Jan  1 21:36:39 2008
@@ -2696,7 +2696,7 @@
 		char useropts[32] = "";
 		char adminopts[32] = "";
 		struct ast_tm tm, etm;
-		struct timeval starttime = { .tv_sec=0 }, endtime = { .tv_sec=0 };
+		struct timeval starttime = { .tv_sec = 0 }, endtime = { .tv_sec = 0 };
 
 		if (rt_schedule) {
 			now = ast_tvnow();




More information about the asterisk-commits mailing list