[epiphany] ephy-bookmarks-test: use G_N_ELEMENTS properly
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-bookmarks-test: use G_N_ELEMENTS properly
- Date: Wed, 12 Dec 2012 12:12:18 +0000 (UTC)
commit e55ddccbb2897a6133a4a0292d61fa2865facb08
Author: Xan Lopez <xan igalia com>
Date: Wed Dec 12 13:11:02 2012 +0100
ephy-bookmarks-test: use G_N_ELEMENTS properly
tests/ephy-bookmarks-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-bookmarks-test.c b/tests/ephy-bookmarks-test.c
index 06be0e3..65d8ff6 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]