diff options
author | yzrh <yzrh@noema.org> | 2020-12-31 18:43:29 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2020-12-31 18:45:02 +0000 |
commit | 3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d (patch) | |
tree | 1f8336f75ee871574e37abbe49ddbaafcf7e88fc /src/cnki.h | |
parent | 1f62c53da6edc5a82a1e0eceb401b2274cd4a0d1 (diff) | |
download | melon-3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d.tar.gz melon-3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d.tar.zst |
Improve portability.
Diffstat (limited to 'src/cnki.h')
-rw-r--r-- | src/cnki.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ typedef struct _object_outline_tree_t { } object_outline_tree_t; typedef enum _hn_code { - CCITTFAX, + JBIG, DCT_0, DCT_1, /* Inverted */ JBIG2, |