From 22e53db05a39fd6d349a8faa968486fbc39b0adf Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Mon, 29 Sep 2008 17:09:56 -0400 Subject: [PATCH] Make formatting consistent with source in SVN. SVN-Revision: 215 --- libarchive/archive_entry_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/archive_entry_private.h b/libarchive/archive_entry_private.h index 622fd2365..b1ce661f2 100644 --- a/libarchive/archive_entry_private.h +++ b/libarchive/archive_entry_private.h @@ -144,7 +144,7 @@ struct archive_entry { #define AE_SET_ATIME 4 #define AE_SET_CTIME 8 #define AE_SET_MTIME 16 -#define AE_SET_BIRTHTIME 32 +#define AE_SET_BIRTHTIME 32 #define AE_SET_SIZE 64 /* -- 2.47.3