From cfc56b03b06d5759119cd059063a9cb0376e0bf7 Mon Sep 17 00:00:00 2001 From: eck Date: Thu, 13 Dec 1990 14:03:31 +0000 Subject: [PATCH] aligment (yet again) --- util/led/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/led/scan.c b/util/led/scan.c index a33d12c3..ee54609c 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -477,7 +477,7 @@ static long align(size) register long size; { - return (size + (sizeof(double) - 1)) & ~(sizeof(double) - 1); + return (size + (sizeof(double) - 1)) & ~(int)(sizeof(double) - 1); } /*