aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_resize.c')
-rw-r--r--src/mtx_resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_resize.c b/src/mtx_resize.c
index 5c2323c..dfa182c 100644
--- a/src/mtx_resize.c
+++ b/src/mtx_resize.c
@@ -48,7 +48,7 @@ static void mtx_resize_matrix(t_matrix *x, t_symbol *s, int argc, t_atom *argv)
if (!r)r=row;
if (!c)c=col;
- if (r==row && c==col) { // no need to change
+ if (r==row && c==col) { /* no need to change */
outlet_anything(x->x_obj.ob_outlet, gensym("matrix"), argc, argv);
return;
}