From: Robert Pengelly Date: Thu, 4 Sep 2025 11:54:06 +0000 (+0100) Subject: Typo fix X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=4902473d0063988cd040be4dc9a7ab350db03752;p=sasm.git Typo fix --- diff --git a/stdint.h b/stdint.h index 75072de..f61e98c 100644 --- a/stdint.h +++ b/stdint.h @@ -19,7 +19,7 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; #endif -endif /* _STDINT_H_ */ +#endif /* _STDINT_H_ */ #endif /* _STDINT_H */ #endif /* _STDINT_H_INCLUDED */