aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-12 09:23:13 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-12 09:23:13 +0000
commite13ef4109df15cf2d6308cf4eabc7cb2051f17dc (patch)
treeb61e73efe2d2f6fb54c49bac2252dfd3419eb28b /epan/strutil.h
parent371683c319f56f52c3c1efc9a35e6b0a538c86f9 (diff)
Fix typo (for generated Documentation)
svn path=/trunk/; revision=53268
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index 7aa499960a..f44351c0a5 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -86,7 +86,7 @@ gchar* format_text(const guchar *line, size_t len);
WS_DLL_PUBLIC
gchar* format_text_wsp(const guchar *line, size_t len);
-/*
+/**
* Given a string, generate a string from it that shows non-printable
* characters as the chr parameter passed, except a whitespace character
* (space, tab, carriage return, new line, vertical tab, or formfeed)