From af34090fc819f71553191f68fd4f61e9a3914aaf Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 1 Aug 2002 06:35:17 +0000 Subject: minor formatting --- src/libFLAC/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libFLAC/md5.c') 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; -- cgit v1.2.1