소스 검색

- 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;