Wireshark-commits: [Wireshark-commits] rev 47829: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_fiel

Date: Sat, 23 Feb 2013 00:09:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47829

User: eapache
Date: 2013/02/22 04:09 PM

Log:
 Invert the if statement into the common form:
 
 if (error) return error;
 
 do normal things;

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +17 -15    wslua_field.c    Modified