Mercurial > emacs
changeset 462:0ebc34e1b6ff
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 19 Dec 1991 05:21:52 +0000 |
parents | fb3b02b10c8f |
children | ffdbf3445088 |
files | lib-src/etags.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Wed Dec 18 23:16:30 1991 +0000 +++ b/lib-src/etags.c Thu Dec 19 05:21:52 1991 +0000 @@ -489,7 +489,7 @@ int i; int outfflag = 0; unsigned int nincluded_files = 0; - char **included_files = (char *) alloca (argc * sizeof (char *)); + char **included_files = (char **) alloca (argc * sizeof (char *)); char *this_file; #ifdef VMS char got_err;