lkml.org 
[lkml]   [2000]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] mousedev.c
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/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.051 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site