From 267b963fd6923af3fafe2c50b4c3a4d67d6596c7 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 10 Aug 2013 23:07:28 +0200 Subject: [PATCH] Corrected comment in test program. --- test/testhaptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testhaptic.c b/test/testhaptic.c index b993d5191..13dd19d67 100644 --- a/test/testhaptic.c +++ b/test/testhaptic.c @@ -213,7 +213,7 @@ main(int argc, char **argv) nefx++; } - /* First we'll try a SINE effect. */ + /* Finally we'll try a left/right effect. */ if (supported & SDL_HAPTIC_LEFTRIGHT) { printf(" effect %d: Left/Right\n", nefx); efx[nefx].type = SDL_HAPTIC_LEFTRIGHT;