summaryrefslogtreecommitdiff
path: root/macosx/plugins/Common/SDL/src/joystick/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/Common/SDL/src/joystick/darwin')
-rw-r--r--macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick.c4
-rw-r--r--macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick_c.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick.c b/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick.c
index 824917f2..d4a442c2 100644
--- a/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick.c
+++ b/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
@@ -149,7 +149,7 @@ HIDCreateOpenDeviceInterface(io_object_t hidDevice, recDevice * pDevice)
&(pDevice->interface));
if (S_OK != plugInResult)
HIDReportErrorNum
- ("CouldnÕt query HID class device interface from plugInInterface",
+ ("Couldn�t query HID class device interface from plugInInterface",
plugInResult);
(*ppPlugInInterface)->Release(ppPlugInInterface);
} else
diff --git a/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick_c.h b/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick_c.h
index d413f336..3f4a5ad8 100644
--- a/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick_c.h
+++ b/macosx/plugins/Common/SDL/src/joystick/darwin/SDL_sysjoystick_c.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org