From 916b9e94e9c32b634df044260cd3897e5916c529 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 a33d12c31..ee54609cb 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); } /* -- 2.34.1