From e9703016803490dddbf849d7e4ff113734bdba66 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 4 Nov 2017 12:36:50 -0400 Subject: [PATCH] Fixed old cut&paste artifact. --- glabels/BarcodeBackends/Zint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glabels/BarcodeBackends/Zint.cpp b/glabels/BarcodeBackends/Zint.cpp index acdf921..24cd47b 100644 --- a/glabels/BarcodeBackends/Zint.cpp +++ b/glabels/BarcodeBackends/Zint.cpp @@ -18,7 +18,7 @@ * along with gLabels-qt. If not, see . */ -#if HAVE_GNU_BARCODE +#if HAVE_ZINT #include "Zint.h"