base64: fix little typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-01-21 02:09:50 +01:00
parent 8f0768cc22
commit 57822f0660
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ int main(void)
for(i=0; i<10000; i++){
START_TIMER
av_base64_decode(NULL, out, 0);
STOP_TIMER("sytax check")
STOP_TIMER("syntax check")
}
return error_count;