Re: [patch tabled 1/1] use true/false for bool
Jeff Garzik <[email protected]> Fri, 29 Oct 2010 01:51:38 -0400
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/28/2010 11:38 PM, Pete Zaitcev wrote: > In places, I automatically typed 0 and 1 for false and true, although > the type is bool, so clean it up. > > Signed-off-by: Pete Zaitcev<[email protected]> > > --- > server/storage.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) applied