diff src/term.c @ 6250:a08cca81d0bd

(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
author Roland McGrath <roland@gnu.org>
date Tue, 08 Mar 1994 06:48:45 +0000
parents 365e7cbd7292
children a537d9d83e52
line wrap: on
line diff
--- a/src/term.c	Tue Mar 08 06:45:43 1994 +0000
+++ b/src/term.c	Tue Mar 08 06:48:45 1994 +0000
@@ -1260,7 +1260,7 @@
   extern char *tgetstr ();
   int i;
 
-  char **address = term_get_fkeys_address;
+  char **address = term_get_fkeys_arg;
 
   /* This can happen if CANNOT_DUMP or with strange options.  */
   if (!initialized)