Mercurial > sdl-ios-xcode
changeset 2633:6b0d1f494c10 gsoc2008_force_feedback
Fixed typo.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 11:10:44 +0000 |
parents | 9e7f58b1b255 |
children | dbd63c419ba5 |
files | src/haptic/darwin/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c Wed Aug 06 11:08:29 2008 +0000 +++ b/src/haptic/darwin/SDL_syshaptic.c Wed Aug 06 11:10:44 2008 +0000 @@ -27,7 +27,7 @@ #include "../SDL_syshaptic.h" #include "SDL_joystick.h" #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ -#include "../../joystick/dawrin/SDL_sysjoystick_c.h" /* For joystick hwdata */ +#include "../../joystick/darwin/SDL_sysjoystick_c.h" /* For joystick hwdata */ #include <IOKit/IOKitLib.h> #include <IOKit/hid/IOHIDKeys.h>