- a couple of warnings fixed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9572 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
8751fbd631
commit
dd92bd13fd
@ -8,13 +8,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../common/mmo.h"
|
||||
#include "../common/cbasetypes.h"
|
||||
#include "../common/strlib.h"
|
||||
#include "../common/showmsg.h"
|
||||
// #include "int_storage.h"
|
||||
#include "inter.h"
|
||||
#include "int_guild.h"
|
||||
#include "mmo.h"
|
||||
#include "socket.h"
|
||||
#include "db.h"
|
||||
#include "malloc.h"
|
||||
|
@ -561,7 +561,7 @@ int add_word(const char *p)
|
||||
static const char* parse_callfunc(const char *p, int require_paren)
|
||||
{
|
||||
const char* p2;
|
||||
const char* arg;
|
||||
const char* arg=NULL;
|
||||
int func;
|
||||
|
||||
func = add_word(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user