From: solar Date: Sat, 15 May 2010 00:29:42 +0000 (+0000) Subject: Minor touches. X-Git-Tag: v0.5~88 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=2a95d5ad6ffda611e091a718218170d25b82b408 Minor touches. --- 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;