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

Commit

Permalink
Corrected internal function prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 15, 2013
1 parent 5afe9c1 commit 76b7c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/android/SDL_androidkeyboard.c
Expand Up @@ -30,7 +30,7 @@

#include "../../core/android/SDL_android.h"

void Android_InitKeyboard()
void Android_InitKeyboard(void)
{
SDL_Keycode keymap[SDL_NUM_SCANCODES];

Expand Down
2 changes: 1 addition & 1 deletion src/video/android/SDL_androidkeyboard.h
Expand Up @@ -22,7 +22,7 @@

#include "SDL_androidvideo.h"

extern void Android_InitKeyboard();
extern void Android_InitKeyboard(void);
extern int Android_OnKeyDown(int keycode);
extern int Android_OnKeyUp(int keycode);

Expand Down

0 comments on commit 76b7c16

Please sign in to comment.