From e97da75a5a842e960e8aafc3f159ba02af970ce2 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Tue, 14 Mar 2006 17:21:26 +0000 Subject: [PATCH] Fixed some typos [r7441] --- ir/adt/bitset.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ir/adt/bitset.h b/ir/adt/bitset.h index 8e3b3b93e..41a1c5a0d 100644 --- a/ir/adt/bitset.h +++ b/ir/adt/bitset.h @@ -268,8 +268,7 @@ static INLINE bitset_pos_t bitset_max(const bitset_t *bs) * @return The next set bit from pos on, or -1, if no set bit was found * after pos. */ -static INLINE bitset_pos_t _bitset_next(const bitset_t *bs, - bitset_pos_t pos, int set) +static INLINE bitset_pos_t _bitset_next(const bitset_t *bs, bitset_pos_t pos, int set) { if(pos >= bs->size) return -1; -- 2.20.1