From 967343962869852bc626e26a278cce1640253a09 Mon Sep 17 00:00:00 2001 From: James R <justsomejames2@gmail.com> Date: Thu, 26 Dec 2019 18:20:48 -0800 Subject: [PATCH] e --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 861a1f8282..5e9453b164 100644 --- a/src/command.c +++ b/src/command.c @@ -106,7 +106,7 @@ static vsbuf_t com_text; // variable sized buffer * * \param s The text. * \param np Optionally a pointer to fill with the new string length. - * \return The new length. + * \return The text. * \sa COM_ExecuteString */ static char * -- GitLab