summaryrefslogtreecommitdiff
path: root/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'history.c')
-rw-r--r--history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.c b/history.c
index 24c5a49..d56ffac 100644
--- a/history.c
+++ b/history.c
@@ -278,7 +278,7 @@ HIST_ENTRY *
replace_history_entry (which, line, data)
int which;
char *line;
- char *data;
+ histdata_t data;
{
HIST_ENTRY *temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
HIST_ENTRY *old_value;