aboutsummaryrefslogtreecommitdiffstats
path: root/liberror-libc.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:55:02 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:55:02 +0100
commit6648e5a80e33bdae4ba70c81231a2a28ac7b4411 (patch)
tree7da787e854b3f56dc860500e59ab61e484041681 /liberror-libc.h
parentUpdate e-mail (diff)
downloadliberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.tar.gz
liberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.tar.bz2
liberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--liberror-libc.h6
1 files changed, 3 insertions, 3 deletions
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;