From 849d0896f94476e8d94252e10ec0ed267790cb80 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sat, 5 Mar 1994 22:45:47 +0000 Subject: [PATCH] Fix typo, value has not been changed to value_ptr in all places. --- gdb/values.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/values.c b/gdb/values.c index bdabfb5b28f..11ed6f1296a 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -31,7 +31,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Local function prototypes. */ -static value_ptr value_headof PARAMS ((value, struct type *, struct type *)); +static value_ptr value_headof PARAMS ((value_ptr, struct type *, + struct type *)); static void show_values PARAMS ((char *, int)); -- 2.30.2