aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-import.c')
-rw-r--r--e-util/e-import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-import.c b/e-util/e-import.c
index 2ca5ad5f1e..7cf02c07e5 100644
--- a/e-util/e-import.c
+++ b/e-util/e-import.c
@@ -431,13 +431,13 @@ static void *emph_parent_class;
#define emph ((EImportHook *)eph)
static const EImportHookTargetMask eih_no_masks[] = {
- { 0 }
+ { NULL }
};
static const EImportHookTargetMap eih_targets[] = {
{ "uri", E_IMPORT_TARGET_URI, eih_no_masks },
{ "home", E_IMPORT_TARGET_HOME, eih_no_masks },
- { 0 }
+ { NULL }
};
static gboolean eih_supported(EImport *ei, EImportTarget *target, EImportImporter *im)