浏览代码

- grfio.c fixed compile warning

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5867 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lance 19 年之前
父节点
当前提交
ed9f08388d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/grfio.c

+ 1 - 1
src/common/grfio.c

@@ -933,7 +933,7 @@ static int grfio_add(char *fname)
 	return grfio_entryread(fname, gentry_entrys - 1);
 }
 
-static char *grfio_alloc_ptr(char *fname)
+char *grfio_alloc_ptr(char *fname)
 {
 	int len;
 	char *buf;