X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Frange-tower-test.c;h=3939725cc208022c73f45094ece1ed5507ca76ae;hb=1cd12029defbd4c31c0b261d93b13cb102dcb4e3;hp=f5da5e230e85856da63f28d81eda791170faa9e1;hpb=0fefc291f125f7b621bfd53e230c07f86f3494dc;p=pspp diff --git a/tests/libpspp/range-tower-test.c b/tests/libpspp/range-tower-test.c index f5da5e230e..3939725cc2 100644 --- a/tests/libpspp/range-tower-test.c +++ b/tests/libpspp/range-tower-test.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -150,7 +150,7 @@ prev_region (unsigned int pattern, unsigned int offset, or ULONG_MAX if none is found. */ static unsigned long int next_1bit (unsigned int pattern, unsigned int offset, - unsigned int pattern_offset) + unsigned long int pattern_offset) { for (; offset < UINT_BIT; offset++) if (pattern & (1u << offset))