From 401f7fd5d7c362510c827475c6c5780078a24a7d Mon Sep 17 00:00:00 2001 From: Rick Bird Date: Mon, 18 Apr 2011 22:33:35 -0400 Subject: [PATCH] IssueID #241 Left out one spot.. My machine but be very forgiving cause it got through on mine and worked. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 896b412..d7c863a 100644 --- a/src/command.c +++ b/src/command.c @@ -523,7 +523,7 @@ make_command(const char *name, int type, const char *sw, command_func func, cons break; } case CMD_LOAD_DONE:{ - switch_mask *mask = switchmask(sw); + switch_mask mask = switchmask(sw); if (mask) { cmd->sw.mask = SW_ALLOC(); SW_COPY(cmd->sw.mask, mask); -- 2.30.2