ntdll: Use NULL for a pointer.

This commit is contained in:
André Hentschel 2010-04-07 19:57:29 +02:00 committed by Alexandre Julliard
parent 75197bdfaf
commit 66612e2626
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
};