aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 00:07:18 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 00:07:18 +0000
commit117ee582dfae240ae804db058b2e5a5a933e765e (patch)
tree8bd200ea1184bec5cfe8e972df56d1471ec44ec8 /include/asterisk/app.h
parent5f3db1b218918d03622e077a6273880b8cb0e043 (diff)
More formatting fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3088 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/app.h')
-rwxr-xr-xinclude/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index bab56203b..48a014915 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -55,7 +55,7 @@ int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, char *di
int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, int allowoverride);
//! Stream a file with fast forward, pause, reverse.
-int ast_control_streamfile(struct ast_channel *chan, char *file,char *fwd,char *rev,char *stop,char *pause,int skipms);
+int ast_control_streamfile(struct ast_channel *chan, char *file, char *fwd, char *rev, char *stop, char *pause, int skipms);
#if defined(__cplusplus) || defined(c_plusplus)
}