Wireshark-commits: [Wireshark-commits] rev 53721: /trunk/epan/ /trunk/epan/: strutil.h

Date: Mon, 02 Dec 2013 13:46:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53721

User: alagoutte
Date: 2013/12/02 01:46 PM

Log:
 Fix (-W)documentation error found by Clang
 
 ../../epan/strutil.h:95:11: error: parameter 'line' not found in the function declaration [-Werror,-Wdocumentation]
  * @param line A pointer to the input string
           ^~~~
 ../../epan/strutil.h:95:11: note: did you mean 'string'?
  * @param line A pointer to the input string
           ^~~~
           string

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      strutil.h     Modified