X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=6ac17ce76b313889a1034a492b57b405f41e5034;hb=cbf027c28b57ff9c85b0f311904839ab6f1bd6f9;hp=75f646e4c0efa415d226c9f660d98a77b1eabb2d;hpb=169c683e458507d4419c909c82cc64eb3ae7c946;p=open-adventure.git diff --git a/main.c b/main.c index 75f646e..6ac17ce 100644 --- a/main.c +++ b/main.c @@ -8,7 +8,7 @@ * Now that the code has been restructured into something much closer * to idiomatic C, the following is more appropriate: * - * ESR apologizes for the remaing gotos (now confined to two functions + * ESR apologizes for the remaing gotos (now confined to one function * in this file - there used to be over 350 of them, *everywhere*), * and for the offensive globals. Applying the Structured Program * Theorem can be hard.