From: keni Date: Thu, 10 Nov 2011 17:20:32 +0000 (+0000) Subject: obj.h documentation typo fix X-Git-Tag: MOVE2GIT~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2555bc30e31af44c158089c0567fa5501faa6194;p=nethack obj.h documentation typo fix --- diff --git a/include/obj.h b/include/obj.h index eeb2140c3..0d3cd0580 100644 --- a/include/obj.h +++ b/include/obj.h @@ -350,7 +350,7 @@ struct obj { * newxx(otmp) * struct obj *otmp; * { - * if (!otmp->mextra) otmp->oextra = newoextra(); + * if (!otmp->oextra) otmp->oextra = newoextra(); * if (!XX(otmp)) { * XX(otmp) = (struct XX *)alloc(sizeof(struct xx)); * (void) memset((genericptr_t) XX(otmp),