Wireshark-commits: [Wireshark-commits] rev 51268: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 10 Aug 2013 21:29:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51268

User: alagoutte
Date: 2013/08/10 02:29 PM

Log:
 Fix (-W)documentation error found by Clang
 
 packet-jxta.c:1668:13: error: parameter 'names' not found in the function
       declaration [-Werror,-Wdocumentation]
 *   @param  names The table of names.
             ^~~~~
 packet-jxta.c:1668:13: note: did you mean 'names_table'?
 *   @param  names The table of names.
             ^~~~~
             names_table

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-jxta.c    Modified