diff --git a/lib/pc_patch_ght.c b/lib/pc_patch_ght.c index cda09c3..0cdba3a 100644 --- a/lib/pc_patch_ght.c +++ b/lib/pc_patch_ght.c @@ -417,7 +417,7 @@ pc_patch_ght_compute_extent(PCPATCH_GHT *patch) { #ifndef HAVE_LIBGHT pcerror("%s: libght support is not enabled", __func__); - return NULL; + return PC_FAILURE; #else GhtTreePtr tree;