From 207c5031b705f2558699aaf17ce0286547a544ea Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:51:21 -0400 Subject: libraries/zziplib: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/zziplib/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libraries/zziplib') diff --git a/libraries/zziplib/README b/libraries/zziplib/README index f81f5f9bc8..700828ec23 100644 --- a/libraries/zziplib/README +++ b/libraries/zziplib/README @@ -1,5 +1,6 @@ -The zziplib library is intentionally lightweight, it offers the ability -to easily extract data from files archived in a single zip file. -Applications can bundle files into a single zip archive and access them. -The implementation is based only on the (free) subset of compression with -the zlib algorithm which is actually used by the zip/unzip tools. +The zziplib library is intentionally lightweight, it offers the +ability to easily extract data from files archived in a single zip +file. Applications can bundle files into a single zip archive and +access them. The implementation is based only on the (free) subset +of compression with the zlib algorithm which is actually used by the +zip/unzip tools. -- cgit v1.2.3