Mercurial > sdl-ios-xcode
changeset 1070:75e8378103a9
Forgot variable declaration
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 06 Jun 2005 10:45:53 +0000 |
parents | 8b1c83edcde2 |
children | 24470ffe8ee4 |
files | src/video/gem/SDL_gemvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/gem/SDL_gemvideo.c Mon Jun 06 10:27:22 2005 +0000 +++ b/src/video/gem/SDL_gemvideo.c Mon Jun 06 10:45:53 2005 +0000 @@ -299,7 +299,7 @@ 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) */