From 5248c0df211e03f1c36e623a9f42efd53becd219 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 22 Dec 2014 12:13:34 +0100 Subject: Fix unknown command tag name [-Wdocumentation-unknown-command] Change-Id: I6c2564a86e13d9321001856ba1f51681a9f20976 Reviewed-on: https://code.wireshark.org/review/5979 Reviewed-by: Evan Huus --- epan/dissectors/packet-smpp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'epan/dissectors/packet-smpp.c') diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c index bd4e00ce3e..f21d598da7 100644 --- a/epan/dissectors/packet-smpp.c +++ b/epan/dissectors/packet-smpp.c @@ -1149,9 +1149,7 @@ smpp_stats_tree_per_packet(stats_tree *st, /* st as it was passed to us */ * \param secs Returns the 'time_t' equivalent * \param nsecs Returns the additional nano-seconds * - * \return Whether time is specified relative or absolute - * \retval TRUE Relative time - * \retval FALSE Absolute time + * \return Whether time is specified relative (TRUE) or absolute (FALSE) */ static gboolean smpp_mktime(const char *datestr, time_t *secs, int *nsecs) -- cgit v1.2.3