Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 13, 2024
1 parent dc46c43 commit 04b2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallium/drivers/zink/zink_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ disk_cache_init(struct zink_screen *screen)
/* Hash in the zink driver build. */
const struct build_id_note *note =
build_id_find_nhdr_for_addr(disk_cache_init);
if (note != null)
if (note != NULL)
{
unsigned build_id_len = build_id_length(note);
assert(note && build_id_len == 20); /* sha1 */
Expand Down

0 comments on commit 04b2c7d

Please sign in to comment.