diff options
Diffstat (limited to '')
-rw-r--r-- | src/directory_print.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |