From 6e2b0ca9edaed200f250ef487701ad161aa4a168 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 11 Oct 2008 19:49:14 -0700 Subject: directory: don't use identical struct and variable names Duplicated tokens in close proximity takes too long for my head to parse; and "dir" is an easy and common abbreviation for "directory". --- src/directory_print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/directory_print.h') diff --git a/src/directory_print.h b/src/directory_print.h index 54089e58d..a55c3672d 100644 --- a/src/directory_print.h +++ b/src/directory_print.h @@ -21,6 +21,6 @@ struct directory; -int directory_print(int fd, const struct directory *directory); +int directory_print(int fd, const struct directory *dir); #endif -- cgit v1.2.3