From de890670aaab99edd839713d4185b77f6ba08d81 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 11 Mar 2007 01:34:48 +0000 Subject: Changed cover handling to same as section Cover is now just section 0. Avoids unnecessary code duplication, and is no less functional. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-18 --- issue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'issue.h') diff --git a/issue.h b/issue.h index a0eda1f..f9aae18 100644 --- a/issue.h +++ b/issue.h @@ -19,7 +19,7 @@ * */ -#define SEC_NO 4 +#define SEC_NO 5 #define ITEM_NO 30 #define MED_NO 2 -- cgit v1.2.3