diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-06 22:23:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-06 22:23:52 -0400 |
commit | 741e82fc69b69a3bfc14f33f33766a89cea4df42 (patch) | |
tree | 92830b34830f8ae07b251d96693c93392909d914 /src/LYShowInfo.c | |
parent | 9fa44396215d14644ecd5aa32c04327d4e6243a2 (diff) | |
download | lynx-snapshots-741e82fc69b69a3bfc14f33f33766a89cea4df42.tar.gz |
snapshot of project "lynx", label v2-8-7dev_4d
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r-- | src/LYShowInfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c index 5133be88..2be79dd2 100644 --- a/src/LYShowInfo.c +++ b/src/LYShowInfo.c @@ -1,3 +1,4 @@ +/* $LynxId: LYShowInfo.c,v 1.65 2007/05/06 19:08:31 tom Exp $ */ #include <HTUtils.h> #include <HTFile.h> #include <HTParse.h> @@ -115,7 +116,6 @@ int LYShowInfo(DocInfo *doc, int url_type; FILE *fp0; char *Title = NULL; - const char *name; const char *cp; char *temp = 0; @@ -124,6 +124,7 @@ int LYShowInfo(DocInfo *doc, #endif #ifdef DIRED_SUPPORT struct stat dir_info; + const char *name; #endif /* DIRED_SUPPORT */ if (LYReuseTempfiles) { |