ntdll: Use Null for a Pointer

André Hentschel nerv at dawncrow.de
Wed Apr 7 12:57:29 CDT 2010


---
 dlls/ntdll/error.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/error.c b/dlls/ntdll/error.c
index 86b7492..4c7d5a7 100644
--- a/dlls/ntdll/error.c
+++ b/dlls/ntdll/error.c
@@ -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 */
 };
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list