diff options
| -rw-r--r-- | main.c | 9 | 
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.138 2002/11/15 16:14:25 ukai Exp $ */ +/* $Id: main.c,v 1.139 2002/11/15 16:17:00 ukai Exp $ */  #define MAINPROGRAM  #include "fm.h"  #include <signal.h> @@ -5815,9 +5815,10 @@ DownloadListBuffer(void)      if (!FirstDL)  	return NULL;      cur_time = time(0); -    src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE \ -"</title></head>\n<body><h1 align=center>" DOWNLOAD_LIST_TITLE "</h1>\n" \ -"<form method=internal action=download><hr>\n"); +    src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE +		       "</title></head>\n<body><h1 align=center>" +		       DOWNLOAD_LIST_TITLE "</h1>\n" +		       "<form method=internal action=download><hr>\n");      for (d = LastDL; d != NULL; d = d->prev) {  #ifdef HAVE_LSTAT  	if (lstat(d->lock, &st))  | 
