mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- removed a few more DPRINTs that make no sense.
svn path=/trunk/; revision=11641
This commit is contained in:
parent
7b3d7ecb51
commit
0c3b663f9c
1 changed files with 1 additions and 3 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: accelerator.c,v 1.12 2004/11/13 01:57:45 rcampbell Exp $
|
||||
/* $Id: accelerator.c,v 1.13 2004/11/13 02:02:07 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -453,14 +453,12 @@ NtUserTranslateAccelerator(
|
|||
if (Message == NULL)
|
||||
{
|
||||
SetLastNtError(STATUS_INVALID_PARAMETER);
|
||||
DPRINT1("E0a\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (Table == NULL)
|
||||
{
|
||||
SetLastWin32Error(ERROR_INVALID_ACCEL_HANDLE);
|
||||
DPRINT1("E0b\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue