Commit 712b49b4 authored by Patrice Mandin's avatar Patrice Mandin

Forgot variable declaration

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401071
parent 8b97e014
......@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment