about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-08-05 09:51:19 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-08-05 09:51:19 +0000
commit1d2948c2da8c19f681daa26da2fc312b5fc697a2 (patch)
treebebaa3be5fd502cb51d9722836687c963e2d8398 /Src/system.h
parent1859bb2d0a1aa8e3d04d6964d8920f15dca202e8 (diff)
downloadzsh-1d2948c2da8c19f681daa26da2fc312b5fc697a2.tar.gz
zsh-1d2948c2da8c19f681daa26da2fc312b5fc697a2.tar.xz
zsh-1d2948c2da8c19f681daa26da2fc312b5fc697a2.zip
12549: Typo in 12547.
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h
index ba83e005e..1810c525f 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -207,7 +207,7 @@ struct timezone {
 #ifndef HAVE_PATHCONF
 # define zpathmax(X) ((long)((strlen(X) >= PATH_MAX) ? \
 			     ((errno = ENAMETOOLONG), -1) : \
-			     ((errno = 0), PATH_MAX))
+			     ((errno = 0), PATH_MAX)))
 #endif
 
 /* we should be getting this value from sysconf(_SC_OPEN_MAX) */