mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 08:12:44 +00:00
* Fix build. Oops
This commit is contained in:
parent
035027fde3
commit
5f67226167
@ -2,9 +2,8 @@
|
||||
|
||||
#include <r_flags.h>
|
||||
|
||||
R_API int r_flag_space_get(struct r_flag_t *f, char *name) {
|
||||
R_API int r_flag_space_get(struct r_flag_t *f, const char *name) {
|
||||
int i;
|
||||
|
||||
for (i=0;i<R_FLAG_SPACES_MAX;i++) {
|
||||
if (f->spaces[i] != NULL)
|
||||
if (!strcmp (name, f->spaces[i]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user