aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-01-26 16:00:05 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-01-26 16:00:05 -0500
commit1976460c41b231962ef161a41f0032ad507f3bbd (patch)
treeef409ad860c151594a67404417d18c535119fc42 /main.h
parent37b598e09250d0b98407b65fe06536aaed98bc4c (diff)
Malloc error fixed and Makefile improved
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index f7ac7b0..4d162f5 100644
--- a/main.h
+++ b/main.h
@@ -5,7 +5,7 @@
typedef struct list {
char id[ID_LENGTH];
- char name[101];
+ char title[TITLE_LENGTH];
struct list *next;
} list;
Feel free to download, copy and edit any repo