Navigation Menu

Skip to content

Commit

Permalink
effect_stereoreverse.c (Mix_SetReverseStereo): minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 18, 2019
1 parent 012d699 commit ab5be17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions effect_stereoreverse.c
Expand Up @@ -136,12 +136,10 @@ int Mix_SetReverseStereo(int channel, int flip)
} else {
return(Mix_RegisterEffect(channel, f, NULL, NULL));
}
} else {
Mix_SetError("Trying to reverse stereo on a non-stereo stream");
return(0);
}

/* return(1); */
Mix_SetError("Trying to reverse stereo on a non-stereo stream");
return(0);
}

/* end of effect_stereoreverse.c ... */
Expand Down

0 comments on commit ab5be17

Please sign in to comment.