X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lib-src%2Fyow.c;h=f5a7e1d2ec7697346e6d9db28efd0d2a87591e76;hp=79d463546d35277117aced0ed5e1377010ed7124;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/lib-src/yow.c b/lib-src/yow.c index 79d4635..f5a7e1d 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -91,8 +91,7 @@ static long header_len; /* Sets len and header_len */ void -setup_yow(fp) - FILE *fp; +setup_yow (FILE *fp) { int c; @@ -120,8 +119,7 @@ setup_yow(fp) /* go to a random place in the file and print the quotation there */ void -yow (fp) - FILE *fp; +yow (FILE *fp) { long offset; int c, i = 0;