diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/system.h | 2 |
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) */ |