Skip to content

Commit a919626

Browse files
authored
Fix yet another typo
1 parent 092a46a commit a919626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video/ogc/SDL_ogcvideo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static void add_supported_modes(SDL_VideoDisplay *display, u32 tv_format)
160160
s_mode704.viWidth = 704;
161161

162162
// set Center point
163-
if (s_mode704 == &TVPal576IntDfScale || s_mode704 == &TVPal576ProgScale)
163+
if (s_mode704 == TVPal576IntDfScale || s_mode704 == TVPal576ProgScale)
164164
{
165165
s_mode704.viXOrigin = (VI_MAX_WIDTH_PAL - s_mode704.viWidth) / 2;
166166
s_mode704.viYOrigin = (VI_MAX_HEIGHT_PAL - s_mode704.viHeight) / 2;

0 commit comments

Comments
 (0)