diff options
author | Kristian Rietveld <kris@gtk.org> | 2010-12-23 14:38:03 +0100 |
---|---|---|
committer | Kristian Rietveld <kris@gtk.org> | 2010-12-23 18:19:55 +0100 |
commit | 26173c786449b74bd6bdd854cd973c37a84e3e25 (patch) | |
tree | b709c78e0416c5994514fff568de04b2b66a623a /tests | |
parent | 3a6800a898d5fb48f0838ebb258a6c52257cd257 (diff) | |
download | gtk+-26173c786449b74bd6bdd854cd973c37a84e3e25.tar.gz |
Delimit the other_entries array
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testverticalcells.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testverticalcells.c b/tests/testverticalcells.c index e1a522d8d8..2f49022414 100644 --- a/tests/testverticalcells.c +++ b/tests/testverticalcells.c @@ -129,6 +129,7 @@ static TreeEntry other_entries[] = 99, NULL }, + { 0, }, }; static TreeEntry add_entries[] = |