From 816c721818ed697fd998f49008dcf9950646a294 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 14 Nov 2005 19:02:44 +0000 Subject: [PATCH] Small build fix --- backend/ev-document-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c index 7fed2b9a..f9118b62 100644 --- a/backend/ev-document-factory.c +++ b/backend/ev-document-factory.c @@ -73,7 +73,7 @@ const EvDocumentType document_types[] = { {"application/x-dvi", EV_BACKEND_DVI, dvi_document_get_type}, #endif -#ifdef ENABLE_DVI +#ifdef ENABLE_COMICS /* cbr/cbz: */ {"application/cbr", EV_BACKEND_COMICS, comics_document_get_type}, {"application/cbz", EV_BACKEND_COMICS, comics_document_get_type}, -- 2.43.5