Commit 66612e26 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Use NULL for a pointer.

parent 75197bdf
......@@ -1447,5 +1447,5 @@ static const struct error_table error_table[] =
{ 0xc00a0001, 0xc00a0037, table_c00a0001 },
{ 0xc0130001, 0xc0130017, table_c0130001 },
{ 0xc0150001, 0xc015000f, table_c0150001 },
{ 0, 0, 0 } /* last entry */
{ 0, 0, NULL } /* last entry */
};
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