From: Rick Bird Date: Fri, 25 Mar 2011 19:16:13 +0000 (-0400) Subject: PennMUSH Incorp 182p3 - Unsured what item this relates to X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=dcea0b525d42deb302fe25b0f0f34f38fc18cf1c;p=cobramush.git PennMUSH Incorp 182p3 - Unsured what item this relates to - Changed where parse_anon_attrib returns --- diff --git a/src/utils.c b/src/utils.c index ac8a068..67c427a 100644 --- a/src/utils.c +++ b/src/utils.c @@ -149,8 +149,8 @@ parse_anon_attrib(dbref player, char *str, dbref *thing, ATTR **attrib) AL_FLAGS(*attrib) = AF_ANON; AL_NEXT(*attrib) = NULL; *thing = player; - return; } + return; } parse_attrib(player, str, thing, attrib); }