aboutsummaryrefslogtreecommitdiff
path: root/auxiliary/hatgen.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-03-27 19:31:14 +0100
committerSimon Tatham <anakin@pobox.com>2023-03-27 19:31:14 +0100
commit2b1167d82ad7d7f6617c812f61c6b62dd8553e7e (patch)
treed2b0282c3b10f5dd65ee0fe5a72a6107265d5a3a /auxiliary/hatgen.c
parent0af537d2c0a56dc99f90d581341317a607531ff0 (diff)
downloadpuzzles-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.c2
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");