summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Peter Staplin <gps@Georges-Workstation.local>2008-10-23 17:56:46 -0600
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-23 19:22:28 -0700
commitd837d4e2af35a83c7932e4d0422097ebd1f6ba2c (patch)
treeefab5b699a2b489ef223249570217a5404515848
parent6a2693b2f9cfdec6f30e2ca4c4176f986f97249e (diff)
XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, so it wasn't building. Fix the build.
(cherry picked from commit 6bcbb9ba85d95d7df63811a482abc39c4d595366)
-rw-r--r--hw/xquartz/pbproxy/pbproxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/pbproxy/pbproxy.h b/hw/xquartz/pbproxy/pbproxy.h
index 324d56cd0..60566a627 100644
--- a/hw/xquartz/pbproxy/pbproxy.h
+++ b/hw/xquartz/pbproxy/pbproxy.h
@@ -37,7 +37,6 @@ extern void x_input_run (void);
# define DB(msg, args...) debug_printf("%s:%s:%d " msg, __FILE__, __FUNCTION__, __LINE__, ##args)
#else
# define DB(msg, args...) do {} while (0)
-#else
#endif
#define TRACE() DB("TRACE\n")