diff --git a/libr/core/config.c b/libr/core/config.c index bd4fd18828..ea96c3e6cd 100644 --- a/libr/core/config.c +++ b/libr/core/config.c @@ -1558,7 +1558,8 @@ static char *getViewerPath() { "geeqie", "gqview", "eog", - "xdg-open" + "xdg-open", + NULL }; for (i = 0; viewers[i]; i++) { char *dotPath = r_file_path (viewers[i]);