Fix docblock in strcpy_lstrip
parent
176b9f66c8
commit
b216dcf3b8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue