mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix compiler warning
svn path=/trunk/; revision=4026
This commit is contained in:
parent
d0d1b840ca
commit
3adeec8d80
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: create.c,v 1.30 2003/01/15 21:24:33 chorns Exp $
|
||||
/* $Id: create.c,v 1.31 2003/01/17 19:26:14 guido Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -250,6 +250,7 @@ HANDLE STDCALL CreateFileW (LPCWSTR lpFileName,
|
|||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return FileHandle;
|
||||
|
|
Loading…
Reference in a new issue