aboutsummaryrefslogtreecommitdiff
path: root/desiredata
diff options
context:
space:
mode:
Diffstat (limited to 'desiredata')
-rw-r--r--desiredata/src/desire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/desire.c b/desiredata/src/desire.c
index 23b6cd7d..7867a669 100644
--- a/desiredata/src/desire.c
+++ b/desiredata/src/desire.c
@@ -281,7 +281,7 @@ t_queue *queue_new () {
static bool debug_queue=0;
-static void pd_print (t_pd *self, char *header) {
+static void pd_print (t_pd *self, const char *header) {
if (self->_class->gobj && (object_table->get(self)&1)==0) {printf("%s %p dead\n",header,self); return;}
if (self->_class->patchable) {
t_binbuf *b = ((t_text *)self)->binbuf;