Wireshark-commits: [Wireshark-commits] rev 53716: /trunk/epan/ /trunk/epan/: stats_tree.c

Date: Mon, 02 Dec 2013 09:30:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53716

User: guy
Date: 2013/12/02 09:30 AM

Log:
 Get rid of a stray semicolon, as it upsets Sun^WOracle Studio's C
 compiler.
 
 Clean up escape_xml_chars() a bit, so that there's no extra unreached
 "return s;", and so that it's clearer that it runs until it hits a NUL. 
 (XXX - are there GLib routines that will do this?)

Directory: /trunk/epan/
  Changes    Path            Action
  +2 -3      stats_tree.c    Modified