diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-11-21 09:56:39 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-11-21 09:56:39 +0100 |
commit | 4018301a59dc6f1cef1c046640f0f0e4a7839a3d (patch) | |
tree | 111b91a23e747bb2c9df60b0170914cbbd74dec3 /src/tc-compile.c | |
parent | d391e80c7378e6604c8f84538f27df8b915ebd2a (diff) | |
parent | 45e1231149779c363c9abb78cc09e21d047c463f (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/tc-compile.c')
-rw-r--r-- | src/tc-compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tc-compile.c b/src/tc-compile.c index d2b0d09..d60ff21 100644 --- a/src/tc-compile.c +++ b/src/tc-compile.c @@ -17,7 +17,7 @@ int main(void) unsigned char bmchar[HXbitmap_size(unsigned char, 256)] = {0}; if (HX_init() <= 0) - abort(); + return EXIT_FAILURE; printf("sizeof bmllong:\t%" HX_SIZET_FMT "u, array_size: %" HX_SIZET_FMT "u\n", sizeof(bmllong), ARRAY_SIZE(bmllong)); printf("sizeof bmlong:\t%" HX_SIZET_FMT "u, array_size: %" HX_SIZET_FMT "u\n", |