citizen/dnp: Fix compile error that somehow survived multiple commits.

This commit is contained in:
Solomon Peachy 2021-06-17 07:51:13 -04:00
parent 2f2ad1a6a7
commit 3c51ebaa6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;