Skip to content

Commit

Permalink
Forgot variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jun 6, 2005
1 parent 0cfce17 commit d7f522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/gem/SDL_gemvideo.c
Expand Up @@ -299,7 +299,7 @@ static void VDI_ReadExtInfo(_THIS, short *work_out)

int GEM_VideoInit(_THIS, SDL_PixelFormat *vformat)
{
int i;
int i, menubar_size;
short work_in[12], work_out[272], dummy;

/* Open AES (Application Environment Services) */
Expand Down

0 comments on commit d7f522d

Please sign in to comment.