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 /hat-tables.h | |
| 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 'hat-tables.h')
| -rw-r--r-- | hat-tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hat-tables.h b/hat-tables.h index 5b3b0ed..cdf6236 100644 --- a/hat-tables.h +++ b/hat-tables.h @@ -1,5 +1,5 @@ /* - * Header file autogenerated by aux/hatgen.c + * Header file autogenerated by auxiliary/hatgen.c * * To regenerate, run 'hatgen --tables > hat-tables.h' */ |