Skip to content
Snippets Groups Projects
Commit 5fd7f87b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

cosmetic

Originally committed as revision 8378 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 15b6cae2
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,7 @@ typedef struct AVSHA1 { ...@@ -29,8 +29,7 @@ typedef struct AVSHA1 {
static void transform(uint32_t state[5], uint8_t buffer[64]){ static void transform(uint32_t state[5], uint8_t buffer[64]){
uint32_t block[80]; uint32_t block[80];
unsigned int i; unsigned int i, a, b, c, d, e;
unsigned int a, b, c, d, e;
a = state[0]; a = state[0];
b = state[1]; b = state[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment