diff options
Diffstat (limited to 'include/dynstr.h')
| -rw-r--r-- | include/dynstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dynstr.h b/include/dynstr.h index d685985..66d33c8 100644 --- a/include/dynstr.h +++ b/include/dynstr.h @@ -61,8 +61,8 @@ */ struct dynstr { - char *str; /**< Null-terminated string. */ - size_t len; /**< String length, null character not included. */ + char *str; /**< Null-terminated string. */ + size_t len; /**< String length, null character not included. */ }; /** |
