Commit 57822f06 authored by Michael Niedermayer's avatar Michael Niedermayer

base64: fix little typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f0768cc
...@@ -187,7 +187,7 @@ int main(void) ...@@ -187,7 +187,7 @@ int main(void)
for(i=0; i<10000; i++){ for(i=0; i<10000; i++){
START_TIMER START_TIMER
av_base64_decode(NULL, out, 0); av_base64_decode(NULL, out, 0);
STOP_TIMER("sytax check") STOP_TIMER("syntax check")
} }
return error_count; return error_count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment