mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
End of file fix for gcc 3.x
svn path=/trunk/; revision=3607
This commit is contained in:
parent
3c1edaacd4
commit
445f205034
4 changed files with 7 additions and 7 deletions
|
@ -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 */
|
||||
/* EOF */
|
||||
|
|
|
@ -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 */
|
||||
/* EOF */
|
||||
|
|
|
@ -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 */
|
||||
/* EOF */
|
||||
|
|
|
@ -99,4 +99,4 @@ PrintTextXY(SHORT x, SHORT y, char* fmt,...);
|
|||
|
||||
#endif /* __CONSOLE_H__*/
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue