Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Forgot variable declaration
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/gem/SDL_gemvideo.c
|
@@ -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) */ |
|
|