From 94d3946ef134b61dd34c1070584aa865afd36a75 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 27 May 2026 17:09:43 -0400 Subject: [PATCH] follow-up: fix a couple of paste errors --- include/revision.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/revision.h b/include/revision.h index f8ff95acd..7bb8bcfc1 100644 --- a/include/revision.h +++ b/include/revision.h @@ -73,8 +73,8 @@ * that should already exist for the struct name that hasn't * got the '_rev0' suffix: * - * struct mystruct * : sfi_rm, \ - * struct mystruct_rev0 * : sfi_rm_rev0, \ + * struct mystruct * : sfi_mystruct, \ + * struct mystruct_rev0 * : sfi_mysruct_rev0, \ * * 7. Also in include/savefile.h, a little further down in the * 'Sfi_' macro defininitions, add one below the existing @@ -130,11 +130,11 @@ * pointers in another struct. The 'sfo_' function will not be called * from anywhere. * - * historical_sfo_rm, - * historical_sfo_rm_rev0, + * historical_sfo_mystruct, + * historical_sfo_mystruct_rev0, * ... - * historical_sfi_rm, - * historical_sfi_rm_rev0, + * historical_sfi_mystruct, + * historical_sfi_mystruct_rev0, * * 14. In the C source file where the 'Sfi_' call is made for your struct, * the current code likely has a line for reading the struct from