Minor change

This commit is contained in:
Xavi Del Campo 2020-03-21 22:56:23 +01:00
parent d4fc339810
commit 03ccf53b26
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
*/ */
struct dynstr struct dynstr
{ {
char *str; /**< Null-terminated string. */ char *str; /**< Null-terminated string. */
size_t len; /**< String length, null character not included. */ size_t len; /**< String length, null character not included. */
}; };
/** /**