From 8430ab40fbd6853bbd22da77b1753ff49b02b125 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 24 Mar 2002 13:03:01 +0000 Subject: Update. 2002-03-24 Andreas Jaeger * manual/memory.texi (Aligned Memory Blocks): Fix typo. * stdio-common/tst-fdopen.c (main): Remove unused variable. * iconv/tst-iconv3.c (main): Use correct printf strings. --- stdio-common/tst-fdopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/tst-fdopen.c') diff --git a/stdio-common/tst-fdopen.c b/stdio-common/tst-fdopen.c index bbdc4c88e9..98acaed83f 100644 --- a/stdio-common/tst-fdopen.c +++ b/stdio-common/tst-fdopen.c @@ -20,7 +20,7 @@ main (int argc, char *argv[]) char *name; FILE *fp = NULL; int retval = 0; - int c, fd; + int fd; name = tmpnam (NULL); fp = fopen (name, "w"); -- cgit v1.2.3