aboutsummaryrefslogtreecommitdiffstats
path: root/xalloca.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-07-17 15:30:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-07-17 15:30:12 +0000
commit8da5e6cadb5e9e822ad707109cbfbdf5f0795e8e (patch)
tree3bdd39871babfe56c7bb239dfdf688031e5187d2 /xalloca.c
parent736db44524864225b719eda2262cd4b2a940304b (diff)
downloadfetchmail-8da5e6cadb5e9e822ad707109cbfbdf5f0795e8e.tar.gz
fetchmail-8da5e6cadb5e9e822ad707109cbfbdf5f0795e8e.tar.bz2
fetchmail-8da5e6cadb5e9e822ad707109cbfbdf5f0795e8e.zip
Get rid ofv non-portable whitespace messages.
svn path=/trunk/; revision=3820
Diffstat (limited to 'xalloca.c')
-rw-r--r--xalloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalloca.c b/xalloca.c
index 812b5514..b9d8d545 100644
--- a/xalloca.c
+++ b/xalloca.c
@@ -15,7 +15,7 @@
#include <alloca.h>
#else
#ifdef _AIX
- #pragma alloca
+#pragma alloca
#endif
#endif