Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bssgp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sun, 9 Nov 2003 16:13:18 -0600 (CST)
guy         2003/11/09 16:13:18 CST

  Modified files:
    .                    packet-bssgp.c 
  Log:
  From Albert Chin: get rid of null statements outside of function bodies
  (that's what the ";" in
  
  	int
  	foo(...)
  	{
  		...
  	};
  
  is).
  
  Revision  Changes    Path
  1.7       +18 -18    ethereal/packet-bssgp.c