X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdio%2Ffclose.c;h=8a9301ae8c71cd91b206f67b4e0a17201d523707;hb=6eef511d753ef05c942d79248bfc0f9fb315db9b;hp=3f7ce19dec0407dac54652eecce496207adbf1ee;hpb=d10d1f564f83d66bee6d828f42f69b911e0cea7b;p=fw%2Fpdclib 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;