# HG changeset patch # User Mark Doliner # Date 1312775545 0 # Node ID 4151dad5bd00cbe5dea469d733a6f4e7257febf1 # Parent f33200f71cc3cf18864cb30d7b95f0d4ac511855 Fix this compile warning: sametime.c: In function 'group_ensure': sametime.c:927:5: warning: 'return' with no value, in function returning non-void This started happening in revision f0591ed5820261562bb9d8f49c75d08e3b334bfa diff -r f33200f71cc3 -r 4151dad5bd00 libpurple/protocols/sametime/sametime.c --- a/libpurple/protocols/sametime/sametime.c Sun Aug 07 02:10:04 2011 +0000 +++ b/libpurple/protocols/sametime/sametime.c Mon Aug 08 03:52:25 2011 +0000 @@ -924,7 +924,7 @@ if (!name) { DEBUG_WARN("Can't ensure a null group\n"); - return; + return NULL; } DEBUG_INFO("attempting to ensure group %s, called %s\n",