Module: wine Branch: master Commit: 7f30ae6349e01095823e6f84714cc209a20cafae URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f30ae6349e01095823e6f8471...
Author: Austin English austinenglish@gmail.com Date: Mon Sep 6 12:58:35 2010 -0500
kernel32/tests: Be sure to terminate array.
---
dlls/kernel32/tests/time.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/kernel32/tests/time.c b/dlls/kernel32/tests/time.c index 0b3959a..5dd0d41 100644 --- a/dlls/kernel32/tests/time.c +++ b/dlls/kernel32/tests/time.c @@ -582,6 +582,7 @@ static void test_TzSpecificLocalTimeToSystemTime(void) , {25,28,2,22,2,22} /* 2017 */ , {24,27,1,28,1,28} /* 2018 */ , {30,26,7,27,7,27} /* 2019 */ + , {0} }; for( j=0 , year = 1999; yeardays[j][0] ; j++, year++) { for (i=0; cases[i].nr; i++) {