More linting in src/video

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:25:05 -04:00
parent 11a2f5266a
commit 506d548b38
37 changed files with 1154 additions and 480 deletions

View File

@@ -430,7 +430,7 @@ video_card_has_config(int card)
return (device_has_config(video_cards[card].device) ? 1 : 0);
}
char *
const char *
video_get_internal_name(int card)
{
return device_get_internal_name(video_cards[card].device);