diff options
| author | Andrew Chambers <[email protected]> | 2021-10-16 14:17:38 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-16 14:17:38 +1300 |
| commit | e141426d93b5ce975467263d157d2387a0913eea (patch) | |
| tree | 52cc17cc0bd8c5e7cb0b308dfc8b162af8fcea68 /parse.c | |
| parent | fc3641e742d42c864d62fb14c06fc47062226bc7 (diff) | |
Tidy.
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ static const Parsev *internparsev(Parsev *p) { This simplicity comes with one big cost - Parsev variants with padding can trigger a false positive on valgrind. It should still be safe, - but the best fix is still to avoid the padding bytes in the Parsev variants. + but the best fix is still to avoid the padding bytes in the Parsev + variants. */ size_t idx; const Parsev *interned; |
