End of line fix for gcc 3.x

svn path=/trunk/; revision=3606
This commit is contained in:
Steven Edwards 2002-10-03 18:28:22 +00:00
parent 2a2fb0f8d3
commit 3c1edaacd4
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: finfo.c,v 1.5 2002/09/15 22:23:23 hbirr Exp $
/* $Id: finfo.c,v 1.6 2002/10/03 18:28:22 sedwards Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -434,4 +434,4 @@ CdfsSetInformation(PDEVICE_OBJECT DeviceObject,
return(Status);
}
/* EOF */
/* EOF */

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: misc.c,v 1.4 2002/09/08 10:22:09 chorns Exp $
/* $Id: misc.c,v 1.5 2002/10/03 18:28:22 sedwards Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -134,4 +134,4 @@ CdfsFileFlagsToAttributes(PFCB Fcb,
(Fcb->Entry.FileFlags & 0x10) ? FILE_ATTRIBUTE_READONLY : 0;
}
/* EOF */
/* EOF */