Fix (-W)documentation error found by Clang
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Aug 2013 21:27:42 +0000 (21:27 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Aug 2013 21:27:42 +0000 (21:27 +0000)
commited7517f2f76bf3d8b3acf22a7c20cca86972536a
tree33ed778747911c152967c24ff9e6b64582fb1d0e
parent5aa7324995d05cb1ae53ee4b746e891c151ef141
Fix (-W)documentation error found by Clang

./str_util.h:72:11: error: parameter 'str' not found in the function declaration [-Werror,-Wdocumentation]
 * @param str The string to be checked
          ^~~
./str_util.h:72:11: note: did you mean 'string'?
 * @param str The string to be checked
          ^~~
          string
./str_util.h:80:11: error: parameter 'str' not found in the function declaration [-Werror,-Wdocumentation]
 * @param str The string to be checked
          ^~~
./str_util.h:80:11: note: did you mean 'string'?
 * @param str The string to be checked
          ^~~
          string

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@51252 f5534014-38df-0310-8fa8-9805f1628bb7
wsutil/str_util.h