Commit a6fdf165 authored by michael's avatar michael

cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 20b74972
......@@ -29,8 +29,7 @@ typedef struct AVSHA1 {
static void transform(uint32_t state[5], uint8_t buffer[64]){
uint32_t block[80];
unsigned int i;
unsigned int a, b, c, d, e;
unsigned int i, a, b, c, d, e;
a = state[0];
b = state[1];
......
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