aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 805d677c8..63214db2c 100755
--- a/file.c
+++ b/file.c
@@ -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) {