aboutsummaryrefslogtreecommitdiffstats
path: root/etc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-06 15:05:34 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-06 15:05:34 +0000
commit278ef389e16baa69aa1af3526400e6741a800f61 (patch)
treea464e256c44289bbe6fe12d4d124c594e284a0df /etc.c
parent[w3m-dev 03382] Interrupt in no_proxy_check() (diff)
downloadw3m-278ef389e16baa69aa1af3526400e6741a800f61.tar.gz
w3m-278ef389e16baa69aa1af3526400e6741a800f61.zip
fix indent
Diffstat (limited to 'etc.c')
-rw-r--r--etc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc.c b/etc.c
index 10ad4a6..33a01c6 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.35 2002/11/06 03:50:49 ukai Exp $ */
+/* $Id: etc.c,v 1.36 2002/11/06 15:05:34 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -1050,9 +1050,9 @@ openSecretFile(char *fname)
*
* XXX: disable_secret_security_check will introduce some
* security issues, but on some platform such as Windows
- * it's not possible (or feasible) to disable group|other
+ * it's not possible (or feasible) to disable group|other
* readable and writable.
- * [w3m-dev 03368][w3m-dev 03369][w3m-dev 03370]
+ * [w3m-dev 03368][w3m-dev 03369][w3m-dev 03370]
*/
if (disable_secret_security_check)
/* do nothing */ ;
@@ -1315,7 +1315,7 @@ mySystem(char *command, int background)
dup2(open("/dev/null", O_WRONLY), 1);
dup2(open("/dev/null", O_WRONLY), 2);
#ifndef FOPEN_MAX
-#define FOPEN_MAX 1024 /* XXX */
+#define FOPEN_MAX 1024 /* XXX */
#endif
/* close all other file descriptors (socket, ...) */
for (i = 3; i < FOPEN_MAX; i++)