[Asterisk-cvs] asterisk app.c,1.16,1.17

citats at lists.digium.com citats at lists.digium.com
Wed May 26 12:37:00 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk

Modified Files:
	app.c 
Log Message:
Formatting fixes

Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- app.c	26 May 2004 15:22:54 -0000	1.16
+++ app.c	26 May 2004 16:51:25 -0000	1.17
@@ -407,12 +407,12 @@
 	return res;
 }
 
-int ast_control_streamfile(struct ast_channel *chan, char *file,char *f,char *r,int skipms) {
-  int res;
-  if ((res = ast_streamfile(chan, file, chan->language)))
-    ast_log(LOG_WARNING, "Unable to stream file  %s\n", file);
-  if (!res)
-    res = ast_waitstream_fr(chan, AST_DIGIT_ANY,f,r,skipms);
-  return res;
+int ast_control_streamfile(struct ast_channel *chan, char *file, char *f, char *r, int skipms) 
+{
+	int res;
+	if ((res = ast_streamfile(chan, file, chan->language)))
+		ast_log(LOG_WARNING, "Unable to stream file  %s\n", file);
+	if (!res)
+		res = ast_waitstream_fr(chan, AST_DIGIT_ANY,f,r,skipms);
+	return res;
 }
-




More information about the svn-commits mailing list