From e55ddccbb2897a6133a4a0292d61fa2865facb08 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 Dec 2012 13:11:02 +0100 Subject: ephy-bookmarks-test: use G_N_ELEMENTS properly --- tests/ephy-bookmarks-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ephy-bookmarks-test.c b/tests/ephy-bookmarks-test.c index 06be0e3de..65d8ff6d2 100644 --- a/tests/ephy-bookmarks-test.c +++ b/tests/ephy-bookmarks-test.c @@ -25,7 +25,7 @@ #include "ephy-file-helpers.h" #include "ephy-profile-utils.h" -const char* bookmarks_paths[] = { EPHY_BOOKMARKS_FILE, EPHY_BOOKMARKS_FILE_RDF, NULL }; +const char* bookmarks_paths[] = { EPHY_BOOKMARKS_FILE, EPHY_BOOKMARKS_FILE_RDF }; static void clear_bookmark_files (void) -- cgit v1.2.3