dinput8/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
14ea43083c
commit
1bc90ab802
|
@ -109,7 +109,7 @@ static void test_device_input(IDirectInputDevice8A *lpdid, DWORD event_type, DWO
|
||||||
|
|
||||||
ok (obj_data.uAppData == expected, "Retrieval of action failed uAppData=%lu expected=%d\n", obj_data.uAppData, expected);
|
ok (obj_data.uAppData == expected, "Retrieval of action failed uAppData=%lu expected=%d\n", obj_data.uAppData, expected);
|
||||||
|
|
||||||
/* Check for buffer owerflow */
|
/* Check for buffer overflow */
|
||||||
for (i = 0; i < 17; i++)
|
for (i = 0; i < 17; i++)
|
||||||
if (event_type == INPUT_KEYBOARD)
|
if (event_type == INPUT_KEYBOARD)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue