diff options
Diffstat (limited to 'src/dfreq~.c')
-rw-r--r-- | src/dfreq~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dfreq~.c b/src/dfreq~.c index 8925818..3e87567 100644 --- a/src/dfreq~.c +++ b/src/dfreq~.c @@ -99,7 +99,7 @@ static void *dfreq_new(void) static void dfreq_tilde_helper(void) { - post("\n%c dfreq~\t :: pitch-detector that counts zero-crossings", HEARTSYMBOL); + post("\n"HEARTSYMBOL" dfreq~\t :: pitch-detector that counts zero-crossings"); post("\noutputs a frequency estimate as a stream~ that will be updated every zero-X"); post("\ncreation::\t'dfreq~': that's all"); } |