warning fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9510 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kmkaplan 2003-02-28 08:17:54 +00:00
parent 1e9f3b1077
commit a543af3a40
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ rar_open(const char *const filename, const char *const mode)
stream->file = fopen(filename, mode);
if (stream->file == NULL) {
char *rar_filename;
char *p;
const char *p;
int rc;
/* Guess the RAR archive filename */
rar_filename = NULL;