Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Missing variable declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 14, 2007
1 parent 9f8a54e commit d6c5d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/joystick/mint/SDL_sysjoystick.c
Expand Up @@ -669,7 +669,8 @@ static const Uint16 joypad_masks[8 * 4] = {
static void
UpdateJoypads(void)
{
Uint16 tmp;
Uint16 tmp, i, j;
Uint32 cur_fire, cur_dir;

/*--- This function is called in supervisor mode ---*/

Expand Down

0 comments on commit d6c5d4c

Please sign in to comment.