Merged revisions 168198 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r168198 | russell | 2009-01-09 16:14:38 -0600 (Fri, 09 Jan 2009) | 2 lines

Make this compile for mvanbaak

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-01-09 22:21:05 +00:00
parent 9f355bf9fc
commit 458a1025ad

View File

@@ -187,7 +187,7 @@ static struct ao2_container *mohclasses;
static int reload(void);
#define mohclass_ref(class) (ao2_ref((class), +1), class)
#define mohclass_unref(class) (ao2_ref((class), -1), NULL)
#define mohclass_unref(class) (ao2_ref((class), -1), (struct mohclass *) NULL)
static void moh_files_release(struct ast_channel *chan, void *data)
{