Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] [Patch] iostat win32 build

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jason House <jhouse@xxxxxxxxx>
Date: Mon, 02 Dec 2002 10:30:49 -0500
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;