fix build

This commit is contained in:
Álvaro Felipe Melchor 2016-09-04 13:43:31 +02:00
parent 69cefa1442
commit 4d82d3b3bb

View File

@ -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);