Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
Originally committed as revision 8378 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
michaelni committed Mar 13, 2007
1 parent 15b6cae commit 5fd7f87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libavutil/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5fd7f87

Please sign in to comment.