libcaption: Fix missing newline at the end of file

This commit is contained in:
PatTheMav 2023-02-16 20:51:27 +01:00 committed by Jim
parent 623af15821
commit 7035ca7964

View file

@ -245,4 +245,4 @@ char* strnstr(const char* string1, const char* string2, size_t len)
}
return NULL;
}
#endif
#endif