From c07f996681dfc6ae81ee22c8f2602e7b23bc385d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 10 Sep 2005 12:24:08 +0000 Subject: [PATCH] Hotfix git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-82 --- lib/names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/names.c b/lib/names.c index 0a88d62..a60cb38 100644 --- a/lib/names.c +++ b/lib/names.c @@ -41,7 +41,7 @@ struct id_bucket { #define BUCKET_SIZE 8192 #define HASH_SIZE 4099 -#ifdef __GNUC__FIXME +#ifdef __GNUC__ #define BUCKET_ALIGNMENT __alignof__(struct id_bucket) #else union id_align { -- 2.39.2