From: nhmall Date: Fri, 5 Feb 2021 00:40:38 +0000 (-0500) Subject: another old-style-definition X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f570154a892ec4d20e3aefc3984ae5abbe94ea;p=nethack another old-style-definition --- diff --git a/win/share/bmptiles.c b/win/share/bmptiles.c index 61184f05c..38fab4512 100644 --- a/win/share/bmptiles.c +++ b/win/share/bmptiles.c @@ -562,9 +562,7 @@ read_s32(const unsigned char buf[4]) /* Build a pixel structure, given the mask words in the second header and * a packed 16 or 32 bit pixel */ static struct Pixel -build_pixel(header, color) -const struct BitmapInfoHeader *header; -uint32 color; +build_pixel(const struct BitmapInfoHeader *header, uint32 color) { struct Pixel pixel;