diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-21 22:56:23 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-21 22:56:23 +0100 |
| commit | 03ccf53b26d3df20abe67379d73a09d4cc692473 (patch) | |
| tree | a909fe81a97a17693b02c785e6a2c928e088e421 /include | |
| parent | d4fc339810189a5c4646e83856d4f98d83345499 (diff) | |
Minor change
Diffstat (limited to 'include')
| -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. */ }; /** |
