From ac67346d0fb5e5ea359d34c2c9215bd1892455f3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 25 Apr 2014 17:10:47 -0400 Subject: * maintMakefile, various: Improve constification of the codebase. --- rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.h') diff --git a/rule.h b/rule.h index 3982639..3c9b21f 100644 --- a/rule.h +++ b/rule.h @@ -33,7 +33,7 @@ struct rule /* For calling install_pattern_rule. */ struct pspec { - char *target, *dep, *commands; + const char *target, *dep, *commands; }; -- cgit v1.2.3