Commit 2e18dff8 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: fix compilation with DEBUG

parent ebe5f05c
...@@ -188,7 +188,9 @@ const char * GetClientSelectionStageString(int stage) ...@@ -188,7 +188,9 @@ const char * GetClientSelectionStageString(int stage)
#else #else
#define SetClientSelectionStage(stage) do {lastClientStage = SelectionStage##stage;} while (0) #define SetClientSelectionStage(stage) do {lastClientStage = SelectionStage##stage;} while (0)
#define PrintClientSelectionStage() #define PrintClientSelectionStage()
#endif
#ifdef DEBUG
/* /*
* see also nx-X11/lib/src/ErrDes.c * see also nx-X11/lib/src/ErrDes.c
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment