summaryrefslogtreecommitdiff
path: root/epan/address.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-03 13:37:40 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-03 13:37:40 +0000
commit0940471527fb8a59ca9e9c60eead648de1e25385 (patch)
tree94e166fe4452884ca8f5e7acd74bdc611fcb7735 /epan/address.h
parent76db825c84612981b93c153e51773a735869dca6 (diff)
downloadwireshark-0940471527fb8a59ca9e9c60eead648de1e25385.tar.gz
Fix warning: argument 'out/in' of command @param is not found in the argument list of SE_COPY_ADDRESS(to, from)
svn path=/trunk/; revision=53747
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/address.h b/epan/address.h
index 64ceb2b624..27152f3fe1 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -229,8 +229,8 @@ copy_address_shallow(address *to, const address *from) {
/** Copy an address, allocating a new buffer for the address data
* using seasonal memory.
*
- * @param to[in,out] The destination address.
- * @param from[in] The source address.
+ * @param to [in,out] The destination address.
+ * @param from [in] The source address.
*/
#define SE_COPY_ADDRESS(to, from) \
do { \