Well, I just tried to build the latest io_stat and found that it didn't
compile...  I looked at the code and it was fine... but for whatever
reason, visual studio doesn't like the "default:" followed by "}" with
nothing in between.  I simply added "break;" and it compiles fine now.
Index: io_stat.c
===================================================================
RCS file: /cvsroot/ethereal/gtk/io_stat.c,v
retrieving revision 1.8
diff -r1.8 io_stat.c
430a431
>                               break;
458a460
>                               break;
461a464
>                       break;
464a468
>               break;

Reply via email to