diff --git a/common/http_types.c b/common/http_types.c index d0972f7..f3eb319 100644 --- a/common/http_types.c +++ b/common/http_types.c @@ -9,6 +9,8 @@ * * @param dest Buffer to copy to * @param src Buffer to copy from + * + * @return The destination buffer */ static char *strcpy_lstrip(char *dest, const char *src) { char *dest_cursor;