From 6da787a878c938e680f13808dee254beacefbd43 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 2 Aug 1999 23:48:37 +0000 Subject: import gdb-1999-08-02 snapshot --- readline/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readline/history.c') diff --git a/readline/history.c b/readline/history.c index 24c5a49c359..d56ffacc6a0 100644 --- a/readline/history.c +++ b/readline/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; -- cgit v1.2.1