From 32e5c9f8bfc0e69b8ae57c05693362d563cd463f Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 10 Aug 2013 21:29:33 +0000 Subject: Fix (-W)documentation error found by Clang ./packet-ssl-utils.h:463:16: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] @param comp_str ~~~~~~~~~~~~~~^ svn path=/trunk/; revision=51265 --- epan/dissectors/packet-ssl-utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-ssl-utils.h') diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h index 60ca024fc9..91db3562c1 100644 --- a/epan/dissectors/packet-ssl-utils.h +++ b/epan/dissectors/packet-ssl-utils.h @@ -458,9 +458,9 @@ ssl_decrypt_pre_master_secret(SslDecryptSession*ssl_session, @param ssl ssl_session the store all the session data @param decoder the stream decoder to be used @param ct the content type of this ssl record - @param in a pinter to the ssl record to be decrypted + @param in a pointer to the ssl record to be decrypted @param inl the record length - @param comp_str + @param comp_str a pointer to the store the compression data @param out_str a pointer to the store for the decrypted data @param outl the decrypted data len @return 0 on success */ -- cgit v1.2.3