Commit 0fb4cba7 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll/tests: Fix some typos.

parent a8fe74b4
......@@ -1255,9 +1255,9 @@ static void test_qsort(void)
static void test_bsearch(void)
{
int arr[7] = { 1, 3, 4, 8, 16, 23, 42 };
int *x, l, i,j ;
int *x, l, i, j;
/* just try all all sizes */
/* just try all array sizes */
for (j=1;j<sizeof(arr)/sizeof(arr[0]);j++) {
for (i=0;i<j;i++) {
l = arr[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment