Formatting cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-09-07 14:36:56 +00:00
parent c1e14143fa
commit 54e81f5ca0
2 changed files with 25 additions and 25 deletions

2
file.c
View File

@@ -1116,7 +1116,7 @@ static int show_file_formats(int fd, int argc, char *argv[])
if (ast_mutex_lock(&formatlock)) {
ast_log(LOG_WARNING, "Unable to lock format list\n");
return -1;
}
}
f = formats;
while(f) {