diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-19 05:21:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-19 05:21:52 +0000 |
commit | b960e009915dad0d22ac5dcbce6b940f5a8d65a4 (patch) | |
tree | 27c9090c03919cc18150cadff238489ef97c55ee /lib-src | |
parent | 30cb4e0ad5eb8a3639d9fac338e650d685a95b1e (diff) | |
download | emacs-b960e009915dad0d22ac5dcbce6b940f5a8d65a4.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 680a8d43643..fed3f584eff 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -489,7 +489,7 @@ main (argc, argv) 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; |