mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
fix build
This commit is contained in:
parent
69cefa1442
commit
4d82d3b3bb
@ -1476,7 +1476,7 @@ static char *getViewerPath() {
|
||||
};
|
||||
for (i = 0; viewers[i]; i++) {
|
||||
char *dotPath = r_file_path (viewers[i]);
|
||||
if (dotPath && strcmp (dotpath, viewers[i])) {
|
||||
if (dotPath && strcmp (dotPath, viewers[i])) {
|
||||
return dotPath;
|
||||
}
|
||||
free (dotPath);
|
||||
|
Loading…
Reference in New Issue
Block a user