aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-07-22 17:33:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-07-22 17:33:16 +0000
commite6c62de50cfe0d06a84403f4ec424746e929224b (patch)
treef2c72612017cd8dc1ad70dfb571e4ae83a536de2 /fm.h
parent[w3m-dev 03942] Save history (diff)
downloadw3m-e6c62de50cfe0d06a84403f4ec424746e929224b.tar.gz
w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.zip
fix indent
Diffstat (limited to '')
-rw-r--r--fm.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/fm.h b/fm.h
index f3b7d07..bd0acd0 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.117 2003/04/08 16:27:29 ukai Exp $ */
+/* $Id: fm.h,v 1.118 2003/07/22 17:33:16 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -393,9 +393,9 @@ typedef struct {
#define LINK_TYPE_REV 2
typedef struct _LinkList {
char *url;
- char *title; /* Next, Contents, ... */
- char *ctype; /* Content-Type */
- char type; /* Rel, Rev */
+ char *title; /* Next, Contents, ... */
+ char *ctype; /* Content-Type */
+ char type; /* Rel, Rev */
struct _LinkList *next;
} LinkList;
@@ -846,9 +846,9 @@ global char *index_file init(NULL);
global char *CurrentDir;
global int CurrentPid;
/*
-global Buffer *Currentbuf;
-global Buffer *Firstbuf;
-*/
+ * global Buffer *Currentbuf;
+ * global Buffer *Firstbuf;
+ */
global TabBuffer *CurrentTab;
global TabBuffer *FirstTab;
global TabBuffer *LastTab;
@@ -921,7 +921,7 @@ global int useExtImageViewer init(TRUE);
global int maxLoadImage init(4);
global int image_map_list init(TRUE);
#else
-global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */
+global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */
#endif
global char *Editor init(DEF_EDITOR);
#ifdef USE_W3MMAILER