http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50886
User: guy
Date: 2013/07/25 02:03 AM
Log:
Get rid of an unused variable (set, but not used).
Get rid of extra arguments to expert_add_info_format_text() - as with
any other printf-like routine, if the format string has no % items, you
don't need to pass any additional arguments after that - you don't have
to tack on a BASE_NONE just for the lulz.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -5 packet-pcep.c Modified