skypiax: indented

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14446 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2009-08-01 03:41:58 +00:00
parent 49ce35823e
commit 9f5552524e

View File

@ -1298,7 +1298,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_skypiax_shutdown)
XSync(tech_pvt->SkypiaxHandles.disp, False); XSync(tech_pvt->SkypiaxHandles.disp, False);
#endif #endif
} }
x=10; x = 10;
while (x) { //FIXME 0.5 seconds? while (x) { //FIXME 0.5 seconds?
x--; x--;
switch_yield(50000); switch_yield(50000);