# HG changeset patch # User benoit # Date 1208178916 0 # Node ID 92eb6af449dc7d54d7386c3b4c1eea787e120b2b # Parent e094b1b11e1da25970e7995bd88bc29f9b333df9 Indentation diff -r e094b1b11e1d -r 92eb6af449dc bmp.c --- a/bmp.c Mon Apr 14 13:13:08 2008 +0000 +++ b/bmp.c Mon Apr 14 13:15:16 2008 +0000 @@ -85,8 +85,8 @@ } if (ihsize == 40) { - width = bytestream_get_le32(&buf); - height = bytestream_get_le32(&buf); + width = bytestream_get_le32(&buf); + height = bytestream_get_le32(&buf); } else if (ihsize == 12) { width = bytestream_get_le16(&buf); height = bytestream_get_le16(&buf);