From 3c51ebaa6fe48fd783b4946b2d5ca8d014f985da Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 17 Jun 2021 07:51:13 -0400 Subject: [PATCH] citizen/dnp: Fix compile error that somehow survived multiple commits. --- backend_dnpds40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_dnpds40.c b/backend_dnpds40.c index d919f7f..1e60bac 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -983,7 +983,7 @@ static int dnpds40_attach(void *vctx, struct dyesub_connection *conn, uint8_t jo ctx->supports_3x5x2 = 1; if (ctx->mfg == MFG_CITIZEN) { /* Citizen and DNP firmware diverge */ - ctx->supports_adv_fullcut 1; + ctx->supports_adv_fullcut = 1; ctx->supports_advmatte = 1; ctx->supports_luster = 1;