[w3m-dev 02584] code cleanup again

From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-29 09:34:14 +00:00
parent aa7ba2dc6a
commit c33cdfcd56
23 changed files with 324 additions and 223 deletions

4
Str.c
View File

@@ -1,4 +1,4 @@
/* $Id: Str.c,v 1.5 2001/11/24 02:01:26 ukai Exp $ */
/* $Id: Str.c,v 1.6 2001/11/29 09:34:14 ukai Exp $ */
/*
* String manipulation library for Boehm GC
*
@@ -428,7 +428,7 @@ Sprintf(char *fmt, ...)
{
int len = 0;
int status = SP_NORMAL;
int p;
int p = 0;
char *f;
Str s;
va_list ap;