Fix fnewfile(3) being in a file with the wrong name.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 22:30:56 +01:00
parent 59edfdb787
commit c109f5165e
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ fgetc.o \
fgets.o \
flbf.o \
flushlfb.o \
fnewline.o \
fnewfile.o \
format.o \
fpending.o \
fpurge.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fnewline.cpp
fnewfile.cpp
Allocates and initializes a simple FILE object ready for construction.
*******************************************************************************/