Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected comment in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 10, 2013
1 parent dfcef77 commit 267b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testhaptic.c
Expand Up @@ -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;
Expand Down

0 comments on commit 267b963

Please sign in to comment.