Wireshark-commits: [Wireshark-commits] rev 51280: /trunk/ /trunk/: rawshark.c
Date: Sat, 10 Aug 2013 21:31:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51280

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

Log:
 Fix (-W)documentation error found by Clang
 
 rawshark.c:889:11: error: parameter 'fd' not found in the function declaration
       [-Werror,-Wdocumentation]
  * @param fd [IN] A POSIX file descriptor.  Because that's _exactly_ the sort
           ^~
 rawshark.c:889:11: note: did you mean 'pd'?
  * @param fd [IN] A POSIX file descriptor.  Because that's _exactly_ the sort
           ^~
           pd

Directory: /trunk/
  Changes    Path          Action
  +2 -2      rawshark.c    Modified