aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rawprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rawprint.c b/src/rawprint.c
index e523362..6f37253 100644
--- a/src/rawprint.c
+++ b/src/rawprint.c
@@ -65,7 +65,7 @@ static void rawprint_any(t_rawprint *x, t_symbol*s, int argc, t_atom*argv)
case A_GIMME:
snprintf(buf, MAXPDSTRING-1, "GIMME");
break;
- case A_CANT:
+ case A_CANT: // we _really_ cannot do CANT
snprintf(buf, MAXPDSTRING-1, "CANT");
break;
default: