diff options
Diffstat (limited to 'strings')
-rw-r--r-- | strings/my_vsnprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c index 3362559972a..46961058eea 100644 --- a/strings/my_vsnprintf.c +++ b/strings/my_vsnprintf.c @@ -472,6 +472,8 @@ start: /** Produces output string according to a format string + See the detailed documentation around my_snprintf_service_st + @param cs string charset @param to buffer where processed string will be place @param n size of buffer |