Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored and XVilka committed Dec 17, 2019
1 parent 982be50 commit 1485b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/main/rabin2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 1485b03

Please sign in to comment.