mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
Fix typo
This commit is contained in:
parent
982be50499
commit
1485b03b7f
@ -597,7 +597,7 @@ R_API int r_main_rabin2(int argc, char **argv) {
|
||||
r_config_unserialize (core.config, config_sdb, NULL);
|
||||
sdb_free (config_sdb);
|
||||
} else {
|
||||
printf ("Cannot open file specified in RADARE2_CONFIG\n");
|
||||
printf ("Cannot open file specified in R2_CONFIG\n");
|
||||
}
|
||||
free (tmp);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user