diff options
author | Nick White <arch@njw.me.uk> | 2007-03-11 01:34:48 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-03-11 01:34:48 +0000 |
commit | de890670aaab99edd839713d4185b77f6ba08d81 (patch) | |
tree | 8874cf9c1bbc3755ed642c58954355458797048b /issue.h | |
parent | 5ba9d63365c8f5d7fb55459baec1a6b8df1e394c (diff) |
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
Diffstat (limited to 'issue.h')
-rw-r--r-- | issue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ * */ -#define SEC_NO 4 +#define SEC_NO 5 #define ITEM_NO 30 #define MED_NO 2 |