Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
atari:gem: Fix EdDI cookie detection.
  • Loading branch information
pmandin committed Aug 13, 2014
1 parent 0bfc7c3 commit d848b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/gem/SDL_gemvideo.c
Expand Up @@ -220,7 +220,7 @@ static void VDI_ReadExtInfo(_THIS, short *work_out)
Uint16 clut_type;

/* Read EdDI informations */
if (Getcookie(C_EdDI, &cookie_EdDI) == C_NOTFOUND) {
if (Getcookie(C_EdDI, &cookie_EdDI) != C_FOUND) {
return;
}

Expand Down

0 comments on commit d848b55

Please sign in to comment.