From 445f205034efba61693a4468d42b287a4e23a1ad Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 3 Oct 2002 18:34:09 +0000 Subject: [PATCH] End of file fix for gcc 3.x svn path=/trunk/; revision=3607 --- reactos/include/ddk/ntddscsi.h | 4 ++-- reactos/include/ddk/scsi.h | 4 ++-- reactos/include/ddk/srb.h | 4 ++-- reactos/subsys/system/usetup/usetup.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reactos/include/ddk/ntddscsi.h b/reactos/include/ddk/ntddscsi.h index 73984629220..17d24ee2ed9 100644 --- a/reactos/include/ddk/ntddscsi.h +++ b/reactos/include/ddk/ntddscsi.h @@ -1,4 +1,4 @@ -/* $Id: ntddscsi.h,v 1.1 2002/09/19 16:17:13 ekohl Exp $ +/* $Id: ntddscsi.h,v 1.2 2002/10/03 18:33:47 sedwards Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -89,4 +89,4 @@ typedef struct _SCSI_ADDRESS #endif /* __STORAGE_INCLUDE_NTDDSCSI_H */ -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/reactos/include/ddk/scsi.h b/reactos/include/ddk/scsi.h index acd2369d285..4d37da8aa8c 100644 --- a/reactos/include/ddk/scsi.h +++ b/reactos/include/ddk/scsi.h @@ -1,4 +1,4 @@ -/* $Id: scsi.h,v 1.1 2002/09/19 16:17:13 ekohl Exp $ +/* $Id: scsi.h,v 1.2 2002/10/03 18:33:47 sedwards Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -1303,4 +1303,4 @@ typedef struct _FOUR_BYTE #endif /* __STORAGE_INCLUDE_SCSI_H */ -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/reactos/include/ddk/srb.h b/reactos/include/ddk/srb.h index 1b96964553d..6a77bd752dc 100644 --- a/reactos/include/ddk/srb.h +++ b/reactos/include/ddk/srb.h @@ -1,4 +1,4 @@ -/* $Id: srb.h,v 1.1 2002/09/19 16:17:13 ekohl Exp $ +/* $Id: srb.h,v 1.2 2002/10/03 18:33:47 sedwards Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -531,4 +531,4 @@ ScsiPortWriteRegisterUshort(IN PUSHORT Register, #endif /* __STORAGE_INCLUDE_SRB_H */ -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/reactos/subsys/system/usetup/usetup.h b/reactos/subsys/system/usetup/usetup.h index f1c1b96b0dc..4b459300ba7 100644 --- a/reactos/subsys/system/usetup/usetup.h +++ b/reactos/subsys/system/usetup/usetup.h @@ -99,4 +99,4 @@ PrintTextXY(SHORT x, SHORT y, char* fmt,...); #endif /* __CONSOLE_H__*/ -/* EOF */ \ No newline at end of file +/* EOF */