mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 14:28:07 +00:00
Fix build
This commit is contained in:
parent
36beac2a01
commit
6a1765d8b2
@ -1463,7 +1463,7 @@ include_syntax:
|
||||
*s1->include_stack_ptr = file;
|
||||
|
||||
n = s1->nb_include_paths + s1->nb_sysinclude_paths;
|
||||
for (i = -2; i < n; ++i) {
|
||||
for (i = -2; i < n; i++) {
|
||||
char buf1[sizeof file->filename];
|
||||
CachedInclude *e;
|
||||
BufferedFile **f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user