summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 0f75de4..0853943 100644
--- a/utils.h
+++ b/utils.h
@@ -42,7 +42,7 @@
static inline void clearenv(void)
{
extern char **environ;
- environ = NULL;
+ *environ = NULL;
}
#endif