From e548db50432a83677bb90437fa04d15d0f56409a Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 21 Nov 2009 19:00:20 +0000 Subject: [PATCH] remove stray "x" char that appeared in a DEBUG() macro call (prevents --enable-debug configure'd builds from working) git-svn-id: http://subversion.jackaudio.org/jack/trunk/jack@3826 0c269be4-1314-0410-8aa9-9f06e86f4224 --- libjack/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjack/client.c b/libjack/client.c index 3589896..fbf86a8 100644 --- a/libjack/client.c +++ b/libjack/client.c @@ -1469,7 +1469,7 @@ jack_client_core_wait (jack_client_t* client) { jack_client_control_t *control = client->control; - DEBUG ("client polling on %s", client->pollmax == 2 ? x + DEBUG ("client polling on %s", client->pollmax == 2 ? "event_fd and graph_wait_fd..." : "event_fd only"); -- 2.11.4.GIT