diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-30 21:20:54 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-30 21:20:54 -0800 |
| commit | ae27a7eec4c1d03f9c2a90708ad5f3db3ca0603e (patch) | |
| tree | 4693841a4dada08a518ef096550b0b391c8ffb58 /utils.h | |
| parent | 323da51fb7b4960bc0ef4f086f057ae702864d23 (diff) | |
Fixed some minor issues
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ __attribute__((nonnull)) unsigned char unescapechar(const char *escaped, const char **end); -__attribute__((pure, nonnull, returns_nonnull)) +__attribute__((pure, nonnull)) const char *after_name(const char *str); __attribute__((pure, nonnull, returns_nonnull)) const char *after_spaces(const char *str); |
