End of line fix for gcc 3.x
authorSteven Edwards <winehacker@gmail.com>
Thu, 3 Oct 2002 18:28:22 +0000 (18:28 +0000)
committerSteven Edwards <winehacker@gmail.com>
Thu, 3 Oct 2002 18:28:22 +0000 (18:28 +0000)
svn path=/trunk/; revision=3606

reactos/drivers/fs/cdfs/finfo.c
reactos/drivers/fs/cdfs/misc.c

index 71b1f9e..e7a9937 100644 (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 */
\ No newline at end of file
+/* EOF */
index 3f86186..7d9d2f3 100644 (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 */
\ No newline at end of file
+/* EOF */