mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 04:12:46 +00:00
Fix warning in coff
This commit is contained in:
parent
5df82dd364
commit
51cbed7af2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user