Switched to lower case; apperently?

This commit is contained in:
Neil 2022-12-26 23:49:57 -08:00
parent 518eff81f8
commit 3d334cd169
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static void verse_to_string(const union kjvcite x, const unsigned count,
int main(void) {
const char *const dir_kjv = "KJV";
const char *const dir_kjv = "kjv";
struct {
struct text backing;
struct verse_table verses;