From 8d4b1a42cd2758cb02824ed6eda9fa4714251143 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Thu, 28 Jan 2016 11:22:44 +0100 Subject: search-popover: G_N_ELEMENTS doesn't require NULL end It's only for static arrays, which means it uses the stack size for knowing the number of elements. --- src/nautilus-search-popover.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/nautilus-search-popover.c') diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c index 57a63a252..ee9551e69 100644 --- a/src/nautilus-search-popover.c +++ b/src/nautilus-search-popover.c @@ -216,11 +216,6 @@ struct { "video/x-real-video", NULL } - }, - { NULL, - { - NULL - } } }; -- cgit v1.2.1