summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_xar.c
diff options
context:
space:
mode:
authorBjörn Jacke <bjacke@gmail.com>2011-02-17 21:08:33 -0500
committerBjörn Jacke <bjacke@gmail.com>2011-02-17 21:08:33 -0500
commit2bab6e4e20b074d4d98c312819861bb5944212e3 (patch)
treee76d50fa6d3c04683e58d27f595ba0ec25ea7bec /libarchive/archive_write_set_format_xar.c
parent0d621852cf4a614f986e151d67b39efcf09ae37f (diff)
downloadlibarchive-2bab6e4e20b074d4d98c312819861bb5944212e3.tar.gz
DO NOT USE C++ style comments like // in C code !
Not all C compilers are happy with them, lxc on AIX for example. There are much more of them in the testing code but the ones fixed with this commit make at least the most important things compile. SVN-Revision: 2986
Diffstat (limited to 'libarchive/archive_write_set_format_xar.c')
-rw-r--r--libarchive/archive_write_set_format_xar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_set_format_xar.c b/libarchive/archive_write_set_format_xar.c
index afacaf7e..c8071639 100644
--- a/libarchive/archive_write_set_format_xar.c
+++ b/libarchive/archive_write_set_format_xar.c
@@ -101,7 +101,7 @@ archive_write_set_format_xar(struct archive *_a)
#else /* Support xar format */
-//#define DEBUG_PRINT_TOC 1
+/*#define DEBUG_PRINT_TOC 1 */
#define HEADER_MAGIC 0x78617221
#define HEADER_SIZE 28