aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Winston2024-06-18 11:04:20 -0400
committerBen Winston2024-06-18 11:04:20 -0400
commitd252eded0f04f1628f37cb2766579f8402932e87 (patch)
treea74a84224ce5bc72ff6906518922fe9dbbb44cd5
parent75880d101107529ec214a7b7c91e79966cbffec7 (diff)
remove english as default lang
-rw-r--r--booki.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/booki.c b/booki.c
index f6eea61..3b87585 100644
--- a/booki.c
+++ b/booki.c
@@ -414,8 +414,7 @@ void init_book(BOOK* book) {
book->author = default_es;
book->pages = 0;
book->isbn = default_es;
- ES language = { 7, "English", NULL }; // default language
- book->language = language;
+ book->language = default_es;
book->translator = default_es;
book->on = default_es;
book->published = 0;