summaryrefslogtreecommitdiffstats
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 5450b8e..01f9ffc 100644
--- a/src/history.h
+++ b/src/history.h
@@ -9,7 +9,7 @@ struct inputln {
int len, cap;
int cur;
- struct link link;
+ struct list_link link;
};
struct history {