End of line fix for gcc 3.x
[reactos.git] / reactos / drivers / fs / cdfs / misc.c
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 */