From 6eef511d753ef05c942d79248bfc0f9fb315db9b Mon Sep 17 00:00:00 2001 From: solar Date: Sat, 15 May 2010 00:29:42 +0000 Subject: [PATCH] Minor touches. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@413 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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.30.2