summaryrefslogtreecommitdiff
path: root/usr.bin/make/direxpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/direxpand.c')
-rw-r--r--usr.bin/make/direxpand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/direxpand.c b/usr.bin/make/direxpand.c
index db29246b7a3..596af24fb79 100644
--- a/usr.bin/make/direxpand.c
+++ b/usr.bin/make/direxpand.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: direxpand.c,v 1.6 2015/01/23 13:18:40 espie Exp $ */
+/* $OpenBSD: direxpand.c,v 1.7 2015/01/23 22:35:57 espie Exp $ */
/*
* Copyright (c) 1999,2007 Marc Espie.
*
@@ -298,7 +298,7 @@ Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions)
static void
DirPrintWord(void *word)
{
- char *s = word;
+ const char *s = word;
printf("%s ", s);
}