Skip to content

Commit c03e488

Browse files
committed
Fix return value
1 parent 281a2de commit c03e488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zathura/synctex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ girara_list_t* synctex_rectangles_from_position(zathura_t* zathura, const char*
145145

146146
synctex_scanner_p scanner = synctex_make_scanner(zathura, filename);
147147
if (!scanner) {
148-
return false;
148+
return NULL;
149149
}
150150

151151
g_autoptr(girara_list_t) hitlist = girara_list_new_with_free(g_free);

0 commit comments

Comments
 (0)