summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 94a9a62..3f35cbd 100644
--- a/make.h
+++ b/make.h
@@ -248,7 +248,7 @@ extern long int lseek ();
extern char *getcwd ();
#else
extern char *getwd ();
-#define getcwd (buf, len) getwd (buf)
+#define getcwd(buf, len) getwd (buf)
#endif
#if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))