Make twine.c a POSIX compliant file

This commit is contained in:
Nick Chambers 2022-06-19 01:19:44 -05:00
parent e3116e473b
commit 66d076c119
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ uint8_t gargoyle_cmp(const char *s1, const char *s2, uint16_t len, uint8_t flags
} }
return *s1 == *s2; return *s1 == *s2;
} }