From 057c2048fd32f5a627778b08325af99c3b4c0c0d Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 23 Aug 2009 23:39:20 +0200 Subject: Modification of code according to the code style --- src/client/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/control.c') 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; -- cgit v1.2.3