summaryrefslogtreecommitdiff
path: root/findcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'findcmd.c')
-rw-r--r--findcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findcmd.c b/findcmd.c
index e6676919..436a9436 100644
--- a/findcmd.c
+++ b/findcmd.c
@@ -178,7 +178,7 @@ executable_file (file)
int s;
s = file_status (file);
-#if defined EISDIR
+#if defined (EISDIR)
if (s & FS_DIRECTORY)
errno = EISDIR; /* let's see if we can improve error messages */
#endif