aboutsummaryrefslogtreecommitdiffstats
path: root/indications.c
diff options
context:
space:
mode:
Diffstat (limited to 'indications.c')
-rwxr-xr-xindications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/indications.c b/indications.c
index b4ba6d33c..a626d17f3 100755
--- a/indications.c
+++ b/indications.c
@@ -167,7 +167,7 @@ int ast_playtones_start(struct ast_channel *chan, int vol, const char *playlst,
else
separator = ",";
s = strsep(&stringp,separator);
- while(s && *s) {
+ while (s && *s) {
int freq1, freq2, time, modulate=0;
if (s[0]=='!')