From 6648e5a80e33bdae4ba70c81231a2a28ac7b4411 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:55:02 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- liberror-libc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'liberror-libc.h') diff --git a/liberror-libc.h b/liberror-libc.h index 7b99d93..7726d69 100644 --- a/liberror-libc.h +++ b/liberror-libc.h @@ -18,9 +18,9 @@ #define _LIBERROR_CONST _LIBERROR_GCC_ONLY(__attribute__((__const__))) -#define LIBERROR_LIBC_ERRROR_SHORT_READ -1 -#define LIBERROR_LIBC_ERRROR_SHORT_SEEK -2 -#define LIBERROR_LIBC_ERRROR_SHORT_WRITE -3 +#define LIBERROR_LIBC_ERROR_SHORT_READ -1 +#define LIBERROR_LIBC_ERROR_SHORT_SEEK -2 +#define LIBERROR_LIBC_ERROR_SHORT_WRITE -3 typedef int64_t _liberror_off_t; -- cgit v1.2.3-70-g09d2