Skip to content

Commit

Permalink
eliminate misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Aug 24, 2024
1 parent c1a598b commit bbd5f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/drm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const char * drm_bus_type_name(uint8_t bus) {

drmFreeDevice(&ddev);
}
close(fd); // because O_CLOEXEC not recognized
close(fd);
}
DBGF(debug, "Done. Returning: %s", sbool(supports_drm));
return supports_drm;
Expand Down

0 comments on commit bbd5f66

Please sign in to comment.