X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib-src%2Fyow.c;h=f5a7e1d2ec7697346e6d9db28efd0d2a87591e76;hb=fb591ca1a442751309737e6d7648d3fee99944d5;hp=79d463546d35277117aced0ed5e1377010ed7124;hpb=b5eeb6918c29470b36f8461c402eb0c65cb19bd2;p=chise%2Fxemacs-chise.git- 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;