summaryrefslogtreecommitdiff
path: root/lib/pathmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pathmax.h')
-rw-r--r--lib/pathmax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pathmax.h b/lib/pathmax.h
index f18d7600f2..7a858031f6 100644
--- a/lib/pathmax.h
+++ b/lib/pathmax.h
@@ -28,7 +28,7 @@
# if !defined PATH_MAX && defined _PC_PATH_MAX && defined HAVE_PATHCONF
# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
- : pathconf ("/", _PC_PATH_MAX))
+ : pathconf ("/", _PC_PATH_MAX))
# endif
/* Don't include sys/param.h if it already has been. */