diff --git a/pd/src/x_preset.c b/pd/src/x_preset.c index 4243cf027ed896a03871ff17847d67fe5569921d..bccaac395d7a9d16cd20ca47b435ce8ed2f88ce1 100644 --- a/pd/src/x_preset.c +++ b/pd/src/x_preset.c @@ -1013,7 +1013,7 @@ void preset_hub_recall(t_preset_hub *x, t_float f) hd = x->ph_data; while (hd) { - if(PH_DEBUG) fprintf(stderr," searching\n"); + if(PH_DEBUG) fprintf(stderr," searching\n"); // now check if the object is active (node pointer is not NULL) if (hd->phd_node) {