aboutsummaryrefslogtreecommitdiffstats
path: root/news.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-27 16:31:49 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-27 16:31:49 +0000
commit8ee686badf884f087022b982090e175d2b0ad1d1 (patch)
tree633a96273b1b30c7a33e0b0760b3d0730b07aa58 /news.c
parentgcc -Wall -Werror clean (diff)
downloadw3m-8ee686badf884f087022b982090e175d2b0ad1d1.tar.gz
w3m-8ee686badf884f087022b982090e175d2b0ad1d1.zip
fix indent
Diffstat (limited to '')
-rw-r--r--news.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/news.c b/news.c
index bd2b579..9455aa7 100644
--- a/news.c
+++ b/news.c
@@ -1,4 +1,4 @@
-/* $Id: news.c,v 1.3 2002/12/27 16:30:54 ukai Exp $ */
+/* $Id: news.c,v 1.4 2002/12/27 16:31:49 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include <stdio.h>
@@ -271,7 +271,7 @@ readNewsgroup(ParsedURL *pu)
URLFile f;
Buffer *buf;
char *group, *p, *q, *s, *t, *n;
- char * volatile qgroup;
+ char *volatile qgroup;
int status, i, first, last;
volatile int flag = 0, start = 0, end = 0;
#ifdef JP_CHARSET