mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
fix
waring msg when it being compile svn path=/trunk/; revision=10689
This commit is contained in:
parent
9dc1445d4c
commit
41b885d24d
1 changed files with 1 additions and 1 deletions
|
@ -2513,7 +2513,7 @@ exit_handler:
|
||||||
cabname = (char *) (fi->folder->cab[0]->filename);
|
cabname = (char *) (fi->folder->cab[0]->filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR(errmsg, cabname);
|
ERR((char *)errmsg, cabname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue