Skip to content
Snippets Groups Projects
Commit a9d8b4a5 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Typo fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 64d201a0
Branches
Tags
No related merge requests found
...@@ -336,7 +336,7 @@ static int write_header(FILE *f) ...@@ -336,7 +336,7 @@ static int write_header(FILE *f)
return -1; return -1;
} }
/* 32: Subchunk 1: Block align */ /* 32: Subchunk 1: Block align */
if (fwrite(&block_align, 1, 2, f) != 4) { if (fwrite(&block_align, 1, 4, f) != 4) {
ast_log(LOG_WARNING, "Unable to write header\n"); ast_log(LOG_WARNING, "Unable to write header\n");
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment