From 5b39dc76f1bc82f941d5c800ab9f34407a06b53a Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Wed, 21 Jun 2023 00:00:00 +0000 Subject: 23.01 --- C/BwtSort.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'C/BwtSort.h') diff --git a/C/BwtSort.h b/C/BwtSort.h index 7e989a9..a34b243 100644 --- a/C/BwtSort.h +++ b/C/BwtSort.h @@ -1,8 +1,8 @@ /* BwtSort.h -- BWT block sorting -2013-01-18 : Igor Pavlov : Public domain */ +2023-03-03 : Igor Pavlov : Public domain */ -#ifndef __BWT_SORT_H -#define __BWT_SORT_H +#ifndef ZIP7_INC_BWT_SORT_H +#define ZIP7_INC_BWT_SORT_H #include "7zTypes.h" -- cgit v1.2.3-55-g6feb