diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2013-09-15 08:10:33 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2013-09-16 07:06:57 -0700 |
commit | 8010d3a48bd0b224dcb0883e39c2351ad364d846 (patch) | |
tree | 9439ee90a5c04e0a37817cef95d6bfeeafc81ed2 /hw/xquartz | |
parent | 39c548da0cf0522ad246630605b96751ab6d39c0 (diff) |
XQuartz: pbproxy: Fix build with -DDEBUG
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/pbproxy/x-selection.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m index 57ddb743a..f4f4de88e 100644 --- a/hw/xquartz/pbproxy/x-selection.m +++ b/hw/xquartz/pbproxy/x-selection.m @@ -85,8 +85,7 @@ static struct propdata null_propdata = { static void dump_prefs() { - ErrorF(fp, - "pbproxy preferences:\n" + ErrorF("pbproxy preferences:\n" "\tactive %u\n" "\tprimary_on_grab %u\n" "\tclipboard_to_pasteboard %u\n" |