mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Fix reference to Git commit hash in puzzles.h.
I had tried to make this comment refer to the commit in which the change in question (the new drawing API semantics) was introduced, but something about Simon applying the patch caused its hash to change. Now that the commit in question is in Simon's branch, it should remain constant forever.
This commit is contained in:

committed by
Simon Tatham

parent
a8b544d2aa
commit
f81838f509
@ -791,7 +791,7 @@ struct drawing_api {
|
||||
*
|
||||
* Version 1 (2024-08-14): Introduction of version number, in
|
||||
* conjunction with changing every API function to take `drawing
|
||||
* *` instead of `void *`. See commit 992613f for the detailed
|
||||
* *` instead of `void *`. See commit f379130 for the detailed
|
||||
* rationale behind this change.
|
||||
*/
|
||||
int version;
|
||||
|
Reference in New Issue
Block a user