Fix warning in coff

This commit is contained in:
Álvaro Felipe Melchor 2016-09-22 16:37:27 +02:00
parent 5df82dd364
commit 51cbed7af2

View File

@ -117,7 +117,7 @@ static RList *entries(RBinFile *arch) {
}
static RList *sections(RBinFile *arch) {
const char *coffname = NULL;
char *coffname = NULL;
size_t i;
RList *ret = NULL;
RBinSection *ptr = NULL;