# HG changeset patch # User Edgar Simo # Date 1218021044 0 # Node ID 6b0d1f494c10904c58662f179e6b4ed169b883b3 # Parent 9e7f58b1b255e14cf94cda0fde25eba8c368b922 Fixed typo. diff -r 9e7f58b1b255 -r 6b0d1f494c10 src/haptic/darwin/SDL_syshaptic.c --- 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 #include