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