diff options
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) | |||
| 489 | int i; | 489 | int i; |
| 490 | int outfflag = 0; | 490 | int outfflag = 0; |
| 491 | unsigned int nincluded_files = 0; | 491 | unsigned int nincluded_files = 0; |
| 492 | char **included_files = (char *) alloca (argc * sizeof (char *)); | 492 | char **included_files = (char **) alloca (argc * sizeof (char *)); |
| 493 | char *this_file; | 493 | char *this_file; |
| 494 | #ifdef VMS | 494 | #ifdef VMS |
| 495 | char got_err; | 495 | char got_err; |