Put in a missing "break;" statement. (Testing the untested AiroPeek

support revealed that I'd left it out; putting it back made it work.)

svn path=/trunk/; revision=4740
This commit is contained in:
Guy Harris 2002-02-15 11:35:13 +00:00
parent 44ba4504b4
commit 3e39a2b0f2
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Routines for opening EtherPeek (and TokenPeek?) files
* Copyright (c) 2001, Daniel Thompson <d.thompson@gmx.net>
*
* $Id: etherpeek.c,v 1.15 2002/02/08 10:07:40 guy Exp $
* $Id: etherpeek.c,v 1.16 2002/02/15 11:35:13 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -235,6 +235,7 @@ int etherpeek_open(wtap *wth, int *err)
*/
return 0;
}
break;
default:
/*