shithub: sox

Download patch

ref: a13171633d5a5a3a02c61ba142dc41742f0e195a
parent: b37ab4e0f47cd7cee1e6f87ecdedf4cc4690d55c
author: rrt <rrt>
date: Fri Jan 19 19:01:45 EST 2007

Remove stray \n from usage.

--- a/src/synth.c
+++ b/src/synth.c
@@ -694,7 +694,7 @@
 
 static st_effect_t st_synth_effect = {
   "synth",
-  "Usage: synth [len] {[type] [combine] [freq[-freq2]] [off] [ph] [p1] [p2] [p3]}\n",
+  "Usage: synth [len] {[type] [combine] [freq[-freq2]] [off] [ph] [p1] [p2] [p3]}",
   ST_EFF_MCHAN,
   st_synth_getopts,
   st_synth_start,