From 7b076f97d6ec20013881f44a2a272f4572da2d24 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Mon, 11 Oct 2010 03:10:11 +0000 Subject: Added a missing const qualifier to a variable. (bugreport:4472) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14419 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 250220931..dfc464fb9 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7377,7 +7377,7 @@ void clif_wedding_effect(struct block_list *bl) void clif_callpartner(struct map_session_data *sd) { unsigned char buf[26]; - char *p; + const char *p; nullpo_retv(sd); -- cgit v1.2.3-70-g09d2