mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
Misc formatting cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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]=='!')
|
||||
|
||||
Reference in New Issue
Block a user