Commit edb5a918 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Clipboard.c: fix missing )

parent ced973e3
...@@ -292,7 +292,7 @@ static void printSelectionStat(int sel) ...@@ -292,7 +292,7 @@ static void printSelectionStat(int sel)
#else #else
fprintf(stderr, " CurrentSelections[].client [%p] index [%d]\n", fprintf(stderr, " CurrentSelections[].client [%p] index [%d]\n",
(void *)curSel.client, (void *)curSel.client,
CLINDEX(curSel.client); CLINDEX(curSel.client));
#endif #endif
fprintf(stderr, " CurrentSelections[].window [0x%x]\n", curSel.window); fprintf(stderr, " CurrentSelections[].window [0x%x]\n", curSel.window);
return; return;
......
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