fix indent
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: anchor.c,v 1.23 2003/02/05 16:43:56 ukai Exp $ */
|
/* $Id: anchor.c,v 1.24 2003/02/05 16:45:07 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
#include "regex.h"
|
#include "regex.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: indep.c,v 1.31 2003/02/05 16:43:57 ukai Exp $ */
|
/* $Id: indep.c,v 1.32 2003/02/05 16:45:08 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: main.c,v 1.209 2003/02/05 16:43:58 ukai Exp $ */
|
/* $Id: main.c,v 1.210 2003/02/05 16:45:08 ukai Exp $ */
|
||||||
#define MAINPROGRAM
|
#define MAINPROGRAM
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: map.c,v 1.27 2003/02/05 16:43:59 ukai Exp $ */
|
/* $Id: map.c,v 1.28 2003/02/05 16:45:08 ukai Exp $ */
|
||||||
/*
|
/*
|
||||||
* client-side image maps
|
* client-side image maps
|
||||||
*/
|
*/
|
||||||
@@ -581,8 +581,7 @@ page_info_panel(Buffer *buf)
|
|||||||
p = q;
|
p = q;
|
||||||
Strcat_m_charp(tmp,
|
Strcat_m_charp(tmp,
|
||||||
"<tr valign=top><td nowrap>URL of current image<td><a href=\"",
|
"<tr valign=top><td nowrap>URL of current image<td><a href=\"",
|
||||||
q, "\">", p, "</a>",
|
q, "\">", p, "</a>", NULL);
|
||||||
NULL);
|
|
||||||
}
|
}
|
||||||
a = retrieveCurrentForm(buf);
|
a = retrieveCurrentForm(buf);
|
||||||
if (a != NULL) {
|
if (a != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user