summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-12 01:42:47 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-12 01:42:47 -0400
commit14da8bc9db0b3fee0c5f605e1db0d1ce78df6997 (patch)
tree2791425070838cc76b54f913aabb0c09d6f4c583 /modules
parent82cfa6b7ef55b49ac9bf303a17ef4579a094502f (diff)
downloadaura-central-14da8bc9db0b3fee0c5f605e1db0d1ce78df6997.tar.gz
No Issue - Fix MOZ_JAR_BROTLI value
Diffstat (limited to 'modules')
-rw-r--r--modules/libjar/zipstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libjar/zipstruct.h b/modules/libjar/zipstruct.h
index fe0662521..f7393128a 100644
--- a/modules/libjar/zipstruct.h
+++ b/modules/libjar/zipstruct.h
@@ -103,6 +103,6 @@ typedef struct ZipEnd_
#define DEFLATED 8
#define UNSUPPORTED 0xFF
/* non-standard extension */
-#define MOZ_JAR_BROTLI 0x83
+#define MOZ_JAR_BROTLI 0x81
#endif /* _zipstruct_h */