[Freeswitch-svn] [commit] r11182 - freeswitch/trunk/src/mod/formats/mod_shout

FreeSWITCH SVN silik0n at freeswitch.org
Tue Jan 13 18:53:34 PST 2009


Author: silik0n
Date: Tue Jan 13 20:53:34 2009
New Revision: 11182

Log:
testing

Modified:
   freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c

Modified: freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	Tue Jan 13 20:53:34 2009
@@ -365,7 +365,7 @@
 		}
 	}
 
- end:
+  end:
 	
 	used = switch_buffer_inuse(context->audio_buffer);
 
@@ -378,7 +378,7 @@
 
 	return 0;
 
- error:
+  error:
 	switch_mutex_lock(context->audio_mutex);
 	context->err++;
 	switch_mutex_unlock(context->audio_mutex);



More information about the Freeswitch-svn mailing list