diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-05-03 21:27:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-05-03 21:27:00 -0400 |
commit | ee5cdfe9af88df5a276ac105bf757a6967522b7a (patch) | |
tree | 2b5d0281e9764d3e8353e62935c70da3208fbbd2 /src/LYDownload.c | |
parent | 62e34428d357f609be17a866638bedb45f935d8e (diff) | |
download | lynx-snapshots-ee5cdfe9af88df5a276ac105bf757a6967522b7a.tar.gz |
snapshot of project "lynx", label v2-8-1dev_9
Diffstat (limited to 'src/LYDownload.c')
-rw-r--r-- | src/LYDownload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYDownload.c b/src/LYDownload.c index 69397f83..f355672d 100644 --- a/src/LYDownload.c +++ b/src/LYDownload.c @@ -380,7 +380,7 @@ check_recall: FREE(cp1); #else sprintf(command, "%s %s %s", COPY_PATH, file, buffer); -#endif __EMX__ +#endif /* __EMX__ */ CTRACE(tfp, "command: %s\n", command); fflush(stderr); fflush(stdout); |