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