From e32bcfd3af4b93b46d09cbe1080197b790a126bf Mon Sep 17 00:00:00 2001 From: epoque11 Date: Fri, 30 Mar 2012 08:47:04 +0000 Subject: - Fixed warning notice of nullpo_retv (follow up to r15816) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15817 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index f84d57a19..61a60c91e 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -199,7 +199,7 @@ int intif_main_message(struct map_session_data* sd, const char* message) { char output[256]; - nullpo_retv(sd); + nullpo_ret(sd); // format the message for main broadcasting snprintf( output, sizeof(output), msg_txt(386), sd->status.name, message ); -- cgit v1.2.3-60-g2f50