aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2020-01-08 17:51:33 +0100
committerJörg Mayer <jmayer@loplof.de>2020-01-09 14:52:10 +0000
commit1ca7f03408e1e8afe6ee874bb583cb1d068750e0 (patch)
tree885610a23757086c1a798ecf27d94508c952f9cd /epan
parent936a844cc35a2ab22b49ab4bc9929fcfcdace9ab (diff)
tvbuff.h: Fix formatting inside a comment.
Change-Id: Idec8da435bd45a559ad802cb7c9080a7ab5013e3 Reviewed-on: https://code.wireshark.org/review/35716 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'epan')
-rw-r--r--epan/tvbuff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 002cc13e53..233608a285 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -74,7 +74,6 @@ typedef struct tvbuff tvbuff_t;
* This (obviously) also applies to any tvbs chained to the tvb handed
* to the dissector.
* - Can create its own tvb chain (using tvb_new_real_data() which the
- *
* dissector is free to manage as desired.
* @{
*/