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

Commit

Permalink
Forgot to declare instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 6, 2008
1 parent 7414675 commit 188e094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/win32/SDL_dxjoystick.c
Expand Up @@ -98,6 +98,7 @@ int
SDL_SYS_JoystickInit(void)
{
HRESULT result;
HINSTANCE instance;

SYS_NumJoysticks = 0;

Expand Down

0 comments on commit 188e094

Please sign in to comment.