Re: [Patch] More lint-induced fixes

2002-02-15 Thread Josh Wilmes
At 22:02 on 02/15/2002 PST, "Brent Dax" <[EMAIL PROTECTED]> wrote: > # +++ misc.c 16 Feb 2002 05:36:46 - > It's not indenting the nested switch() statements the same as their > matched break;s. Hrm. It _should_ be indented OK.. not sure what happened there- can whoever applies the patch

RE: [Patch] More lint-induced fixes

2002-02-15 Thread Brent Dax
Josh Wilmes: # --- misc.c15 Feb 2002 02:30:02 - 1.11 # +++ misc.c16 Feb 2002 05:36:46 - # @@ -277,6 +277,7 @@ # info.phase = PHASE_WIDTH; # goto AGAIN; # } # +break; # #