changeset 586:c702063a80f8

Zip: reduce column limit
author David Demelier <markand@malikania.fr>
date Wed, 20 Jul 2016 17:10:25 +0200
parents 55f57b45a898
children 865610e072a0
files modules/zip/zippy.hpp
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/modules/zip/zippy.hpp	Wed Jul 20 17:09:20 2016 +0200
+++ b/modules/zip/zippy.hpp	Wed Jul 20 17:10:25 2016 +0200
@@ -187,11 +187,11 @@
 /**
  * \brief Source creation for adding files.
  *
- * This function must be passed through Archive::add, it will be called to create the appropriate zip_source
- * inside the function.
+ * This function must be passed through Archive::add, it will be called to
+ * create the appropriate zip_source inside the function.
  *
- * The user should not call the function itself as it's the responsability of libzip to destroy the
- * zip_source structure.
+ * The user should not call the function itself as it's the responsability of
+ * libzip to destroy the zip_source structure.
  *
  * \see source::buffer
  * \see source::file