fix indent
This commit is contained in:
4
news.c
4
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 "fm.h"
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -271,7 +271,7 @@ readNewsgroup(ParsedURL *pu)
|
|||||||
URLFile f;
|
URLFile f;
|
||||||
Buffer *buf;
|
Buffer *buf;
|
||||||
char *group, *p, *q, *s, *t, *n;
|
char *group, *p, *q, *s, *t, *n;
|
||||||
char * volatile qgroup;
|
char *volatile qgroup;
|
||||||
int status, i, first, last;
|
int status, i, first, last;
|
||||||
volatile int flag = 0, start = 0, end = 0;
|
volatile int flag = 0, start = 0, end = 0;
|
||||||
#ifdef JP_CHARSET
|
#ifdef JP_CHARSET
|
||||||
|
Reference in New Issue
Block a user