Commit bf9b70d7 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Display.c: Fix broken code in TEST case

parent bf958ece
...@@ -1779,8 +1779,7 @@ Bool nxagentMakeIcon(Display *display, Pixmap *nxIcon, Pixmap *nxMask) ...@@ -1779,8 +1779,7 @@ Bool nxagentMakeIcon(Display *display, Pixmap *nxIcon, Pixmap *nxMask)
else else
{ {
#ifdef TEST #ifdef TEST
fprintf(stderr, "%s: Xpm operation failed with error '%s'.\n", __func__, fprintf(stderr, "%s: Xpm operation failed.\n", __func__);
XpmGetErrorString(status));
#endif #endif
return False; return False;
......
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