Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv8377
Modified Files:
disk_io.c
Log Message:
typo fix
Index: disk_io.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/disk_io.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** disk_io.c 2001/03/26 04:28:07 1.5
--- disk_io.c 2001/03/26 04:34:20 1.6
***************
*** 411,415 ****
}
! int put_mft_record(ntfs_volume *vol, const __u8 *buf, const MFT_REFERENC *mref)
{
__u64 bw, m;
--- 411,415 ----
}
! int put_mft_record(ntfs_volume *vol, const __u8 *buf, const MFT_REFERENCE *mref)
{
__u64 bw, m;
|