mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
End of line fix for gcc 3.x
svn path=/trunk/; revision=3606
This commit is contained in:
parent
2a2fb0f8d3
commit
3c1edaacd4
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue