Skip to content

Commit

Permalink
fix missing close brace
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 7, 2023
1 parent cbd7b2b commit 360feb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/freedreno/drm/freedreno_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ fd_device_new(int fd)
if (dev)
goto out;
#endif

}

if (!dev) {
INFO_MSG("unsupported device: %s", version->name);
goto out;
Expand Down

0 comments on commit 360feb2

Please sign in to comment.