aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
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