From dcea0b525d42deb302fe25b0f0f34f38fc18cf1c Mon Sep 17 00:00:00 2001 From: Rick Bird Date: Fri, 25 Mar 2011 15:16:13 -0400 Subject: [PATCH] PennMUSH Incorp 182p3 - Unsured what item this relates to - Changed where parse_anon_attrib returns --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2