fix indent
This commit is contained in:
@@ -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
|
#define MAINPROGRAM
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@@ -5815,9 +5815,10 @@ DownloadListBuffer(void)
|
|||||||
if (!FirstDL)
|
if (!FirstDL)
|
||||||
return NULL;
|
return NULL;
|
||||||
cur_time = time(0);
|
cur_time = time(0);
|
||||||
src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE \
|
src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE
|
||||||
"</title></head>\n<body><h1 align=center>" DOWNLOAD_LIST_TITLE "</h1>\n" \
|
"</title></head>\n<body><h1 align=center>"
|
||||||
"<form method=internal action=download><hr>\n");
|
DOWNLOAD_LIST_TITLE "</h1>\n"
|
||||||
|
"<form method=internal action=download><hr>\n");
|
||||||
for (d = LastDL; d != NULL; d = d->prev) {
|
for (d = LastDL; d != NULL; d = d->prev) {
|
||||||
#ifdef HAVE_LSTAT
|
#ifdef HAVE_LSTAT
|
||||||
if (lstat(d->lock, &st))
|
if (lstat(d->lock, &st))
|
||||||
|
|||||||
Reference in New Issue
Block a user