diff options
| author | Simon Tatham <anakin@pobox.com> | 2023-03-27 19:31:14 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2023-03-27 19:31:14 +0100 |
| commit | 2b1167d82ad7d7f6617c812f61c6b62dd8553e7e (patch) | |
| tree | d2b0282c3b10f5dd65ee0fe5a72a6107265d5a3a /auxiliary/hatgen.c | |
| parent | 0af537d2c0a56dc99f90d581341317a607531ff0 (diff) | |
| download | puzzles-2b1167d82ad7d7f6617c812f61c6b62dd8553e7e.zip puzzles-2b1167d82ad7d7f6617c812f61c6b62dd8553e7e.tar.gz puzzles-2b1167d82ad7d7f6617c812f61c6b62dd8553e7e.tar.bz2 puzzles-2b1167d82ad7d7f6617c812f61c6b62dd8553e7e.tar.xz | |
Fix references to the renamed 'auxiliary' directory.
I renamed it in a hurry this morning after the first report of a git
error message on Windows. Now I realise that several source files
referred to the old name, and also need fixing.
Diffstat (limited to 'auxiliary/hatgen.c')
| -rw-r--r-- | auxiliary/hatgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auxiliary/hatgen.c b/auxiliary/hatgen.c index 11fb262..2f2dd9a 100644 --- a/auxiliary/hatgen.c +++ b/auxiliary/hatgen.c @@ -1459,7 +1459,7 @@ int main(int argc, char **argv) size_t i, j, k; printf("/*\n" - " * Header file autogenerated by aux/hatgen.c\n" + " * Header file autogenerated by auxiliary/hatgen.c\n" " *\n" " * To regenerate, run 'hatgen --tables > hat-tables.h'\n" " */\n\n"); |