From: solar Date: Sat, 15 May 2010 00:29:42 +0000 (+0000) Subject: Minor touches. X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=commitdiff_plain;h=6eef511d753ef05c942d79248bfc0f9fb315db9b Minor touches. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@413 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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;