]> pd.if.org Git - pdclib/commitdiff
Minor touches.
authorsolar <unknown>
Sat, 15 May 2010 00:29:42 +0000 (00:29 +0000)
committersolar <unknown>
Sat, 15 May 2010 00:29:42 +0000 (00:29 +0000)
functions/stdio/fclose.c

index 3f7ce19dec0407dac54652eecce496207adbf1ee..8a9301ae8c71cd91b206f67b4e0a17201d523707 100644 (file)
@@ -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;