aboutsummaryrefslogtreecommitdiff
path: root/unzip/la_queue.h
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2026-01-05 20:08:25 +0000
committerMartin Matuska <mm@FreeBSD.org>2026-01-05 20:10:21 +0000
commit01333e8c4dd7b5e2bb90cc773332613cf085ccf4 (patch)
treed3695e6c5576083074ed3d96865707633a9d6028 /unzip/la_queue.h
parentbf3359d92128e09a91c702f7da132d329ffda123 (diff)
Update vendor/libarchive to 3.8.5vendor/libarchive
Important bugfixes: #2809 bsdtar: fix regression from 3.8.4 zero-length pattern issue bugfix Obtained from: libarchive Vendor commit: dd897a78c662a2c7a003e7ec158cea7909557bee
Diffstat (limited to 'unzip/la_queue.h')
-rw-r--r--unzip/la_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unzip/la_queue.h b/unzip/la_queue.h
index 917526531b2a..bb305f5bd8ce 100644
--- a/unzip/la_queue.h
+++ b/unzip/la_queue.h
@@ -85,7 +85,7 @@
* _SWAP + + + +
*/
#ifdef QUEUE_MACRO_DEBUG
-#warn Use QUEUE_MACRO_DEBUG_TRACE and/or QUEUE_MACRO_DEBUG_TRASH
+#warning Use QUEUE_MACRO_DEBUG_TRACE and/or QUEUE_MACRO_DEBUG_TRASH
#define QUEUE_MACRO_DEBUG_TRACE
#define QUEUE_MACRO_DEBUG_TRASH
#endif