aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;