From 2a95d5ad6ffda611e091a718218170d25b82b408 Mon Sep 17 00:00:00 2001 From: solar Date: Sat, 15 May 2010 00:29:42 +0000 Subject: [PATCH] Minor touches. --- functions/stdio/fclose.c | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/stdio/fclose.c b/functions/stdio/fclose.c index 3f7ce19..8a9301a 100644 --- a/functions/stdio/fclose.c +++ b/functions/stdio/fclose.c @@ -14,7 +14,6 @@ extern struct _PDCLIB_file_t * _PDCLIB_filelist; -/* FIXME: Last file not removed from list. */ int fclose( struct _PDCLIB_file_t * stream ) { struct _PDCLIB_file_t * current = _PDCLIB_filelist; -- 2.40.0