From b36197df26b0534ab254629364d5c674d7f56c47 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 18 Jan 2016 09:18:19 +1100 Subject: [PATCH] roseEodRunMatcher: correct early return value --- src/rose/eod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rose/eod.c b/src/rose/eod.c index 93787137..3ababb83 100644 --- a/src/rose/eod.c +++ b/src/rose/eod.c @@ -84,7 +84,7 @@ hwlmcb_rv_t roseEodRunMatcher(const struct RoseEngine *t, u64a offset, if (eod_len < t->eodmatcherMinWidth) { DEBUG_PRINTF("len=%zu < eodmatcherMinWidth=%u\n", eod_len, t->eodmatcherMinWidth); - return MO_CONTINUE_MATCHING; + return HWLM_CONTINUE_MATCHING; } // Ensure that we only need scan the last N bytes, where N is the length of