Re: [patch] mousedev.c

From: Igmar Palsenberg (maillist@chello.nl)
Date: Fri Sep 22 2000 - 15:24:30 EST


On Fri, 22 Sep 2000, Russell King wrote:

> You're telling us that:
>
> if (list->mode > 1) {
> index = 4;
> break;
> }
>
> is the same as:
>
> if (list->mode > 1)
> index = 4;
> break;

No, it isn't.. Ws confused with switch() {}

        Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:27 EST