summaryrefslogtreecommitdiff
path: root/src/libFLAC/md5.c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-08-01 06:35:17 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-08-01 06:35:17 +0000
commitaf34090fc819f71553191f68fd4f61e9a3914aaf (patch)
treeb485ca3f852578409fbcd23b4f19c2bf09dbdedf /src/libFLAC/md5.c
parent69484aa8936bcc957db429c29fe6c1a0ef584714 (diff)
downloadflac-af34090fc819f71553191f68fd4f61e9a3914aaf.tar.gz
minor formatting
Diffstat (limited to 'src/libFLAC/md5.c')
-rw-r--r--src/libFLAC/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libFLAC/md5.c b/src/libFLAC/md5.c
index cfbe8622..c1387bb4 100644
--- a/src/libFLAC/md5.c
+++ b/src/libFLAC/md5.c
@@ -161,9 +161,9 @@ byteSwap(FLAC__uint32 *buf, unsigned words)
void
MD5Init(struct MD5Context *ctx)
{
- FLAC__uint32 test = 1;
+ FLAC__uint32 test = 1;
- is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
+ is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
ctx->buf[0] = 0x67452301;
ctx->buf[1] = 0xefcdab89;