summaryrefslogtreecommitdiff
path: root/src/client/control.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@tuxportal.cz>2009-08-23 23:39:20 +0200
committerMichal Zima <xhire@tuxportal.cz>2009-08-23 23:39:20 +0200
commit057c2048fd32f5a627778b08325af99c3b4c0c0d (patch)
tree90af2b17dd63252ec3936a75cb6d3d38e7073f4c /src/client/control.c
parentbbaa9193bc5c6c691402df7efcb9f18dae59d64f (diff)
Modification of code according to the code style
Diffstat (limited to 'src/client/control.c')
-rw-r--r--src/client/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/control.c b/src/client/control.c
index 737762c..8075692 100644
--- a/src/client/control.c
+++ b/src/client/control.c
@@ -5,7 +5,7 @@
#include "main.h"
#include "control.h"
-control_t* control_new(SDLKey arg_up, SDLKey arg_right, SDLKey arg_left,
+control_t *control_new(SDLKey arg_up, SDLKey arg_right, SDLKey arg_left,
SDLKey arg_down, SDLKey arg_shot, SDLKey arg_switch)
{
control_t *tmp;