From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.h') diff --git a/rule.h b/rule.h index e72da61..118302e 100644 --- a/rule.h +++ b/rule.h @@ -24,7 +24,7 @@ struct rule struct rule *next; const char **targets; /* Targets of the rule. */ unsigned int *lens; /* Lengths of each target. */ - const char **suffixes; /* Suffixes (after `%') of each target. */ + const char **suffixes; /* Suffixes (after '%') of each target. */ struct dep *deps; /* Dependencies of the rule. */ struct commands *cmds; /* Commands to execute. */ unsigned short num; /* Number of targets. */ -- cgit v1.2.3