Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 27, 2024
1 parent a70eba3 commit b8c9665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/video_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4179,7 +4179,7 @@ void video_driver_frame(const void *data, unsigned width,
if ( (video_st->frame_delay_target > 0)
|| (video_info.runahead && !video_info.runahead_second_instance))
__len += strlcpy(video_info.stat_text + __len, "LATENCY\n",
sizeof(video_info.stat_text - __len));
sizeof(video_info.stat_text) - __len);

/* TODO/FIXME - localize */
if (video_st->frame_delay_target > 0)
Expand Down

0 comments on commit b8c9665

Please sign in to comment.