From: git Date: Fri, 17 Apr 2026 14:11:36 +0000 (-0400) Subject: revise typo X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=46010a835e82d85afb6fc42a1fb28a5b8392a3c9;p=single-header-libcext.git revise typo --- diff --git a/asprintf.h b/asprintf.h index 8664796..4a2f919 100644 --- a/asprintf.h +++ b/asprintf.h @@ -1,6 +1,6 @@ /* https://git.datadissipation.net */ #ifndef ASPRINTF_H_ - #define ASPRINTF_H_ + #define ASPRINTF_H_ 1 #ifdef ASPRINTF_INCLUDE_LIBC_ #include @@ -13,7 +13,7 @@ int asprintf_(char **strp, const char *fmt, ...); /* * Credit for a big part of the macro madness: - * Jens Gudstedt + * Jens Gustedt * https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/ */ #define vasprintf(s, f, a) vasprintf_(s, f, a)