aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 8b4280b3..627048f4 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -566,7 +566,7 @@ char *xstrdup(const char *);
#include <alloca.h>
#else
#ifdef _AIX
- #pragma alloca
+#pragma alloca
#endif
#endif
#define xalloca(ptr, t, n) if (!(ptr = (t) alloca(n)))\