revise typo
authorgit <redacted>
Fri, 17 Apr 2026 14:11:36 +0000 (10:11 -0400)
committergit <redacted>
Fri, 17 Apr 2026 14:11:36 +0000 (10:11 -0400)
asprintf.h

index 866479636ad1d819c7be67ea4b78d2e5d419d9cb..4a2f9195dae1894e7e5193aa6c3241fea19879ab 100644 (file)
@@ -1,6 +1,6 @@
 /* https://git.datadissipation.net */
 #ifndef ASPRINTF_H_
- #define ASPRINTF_H_
+ #define ASPRINTF_H_ 1
 
  #ifdef ASPRINTF_INCLUDE_LIBC_
   #include <stdarg.h>
@@ -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)