summaryrefslogtreecommitdiff
path: root/build-aux/ltmain.m4sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/ltmain.m4sh')
-rw-r--r--build-aux/ltmain.m4sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 5501a4db..ff3a52f8 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -3517,7 +3517,7 @@ int setenv (const char *, const char *, int);
#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
#define XFREE(stale) do { \
- if (stale) { free ((void *) stale); stale = 0; } \
+ if (stale) { free (stale); stale = 0; } \
} while (0)
#if defined(LT_DEBUGWRAPPER)