aboutsummaryrefslogtreecommitdiff
path: root/C/Sort.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-06-21 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 14:59:19 +0500
commit5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch)
treefe5e17420300b715021a76328444088d32047963 /C/Sort.h
parent93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff)
download7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.gz
7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.bz2
7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.zip
23.0123.01
Diffstat (limited to 'C/Sort.h')
-rw-r--r--C/Sort.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/C/Sort.h b/C/Sort.h
index 2e2963a..1817b65 100644
--- a/C/Sort.h
+++ b/C/Sort.h
@@ -1,8 +1,8 @@
1/* Sort.h -- Sort functions 1/* Sort.h -- Sort functions
22014-04-05 : Igor Pavlov : Public domain */ 22023-03-05 : Igor Pavlov : Public domain */
3 3
4#ifndef __7Z_SORT_H 4#ifndef ZIP7_INC_SORT_H
5#define __7Z_SORT_H 5#define ZIP7_INC_SORT_H
6 6
7#include "7zTypes.h" 7#include "7zTypes.h"
8 8