aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 12:13:34 +0100
committerEvan Huus <eapache@gmail.com>2014-12-22 15:24:28 +0000
commit5248c0df211e03f1c36e623a9f42efd53becd219 (patch)
tree4c1bfc1d5a182cc27d13522e379cc845b26733c8 /epan/dissectors/packet-smpp.c
parented2df3beaf9b8a17ac5e9864a3b963b711216ff3 (diff)
Fix unknown command tag name [-Wdocumentation-unknown-command]
Change-Id: I6c2564a86e13d9321001856ba1f51681a9f20976 Reviewed-on: https://code.wireshark.org/review/5979 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-smpp.c')
-rw-r--r--epan/dissectors/packet-smpp.c4
1 files changed, 1 insertions, 3 deletions
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)