aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:27:52 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:27:52 +0000
commit7b4431903d09098ca53c202e7bf6d7e5721e4a45 (patch)
tree03ca722cb0ac2ae0976639dc06dab2de6e4355d3 /epan
parentef56cd2c0a96773275004e41f3ffec2981803ec7 (diff)
Fix (-W)documentation error found by Clang
../../epan/emem.h:560:5: error: '@return' command used in a comment that is attached to a function returning void [-Werror,-Wdocumentation] * @return void ~^~~~~~~~~~~ svn path=/trunk/; revision=51253
Diffstat (limited to 'epan')
-rw-r--r--epan/emem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 9fce7e62c2..523d5e4c16 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -557,7 +557,7 @@ emem_strbuf_t *ep_strbuf_truncate(emem_strbuf_t *strbuf, gsize len);
*
* @param emem_tree The tree to dump to standard output.
*
- * @return void
+ *
*/
void emem_print_tree(emem_tree_t* emem_tree);