Release 1.6.0.
[xtoys] / libxatom.c
index 3bca18f..5dea9ef 100644 (file)
@@ -82,7 +82,7 @@ Atom xatom_get(Display *d, Window w, Atom p)
                         &type, &fmt,   /* Actual type and format */
                         &n, &left,     /* Amount read, and bytes left */
                         &buf)          /* Where to put the buffer */
-        != Success ||
+       != Success ||
       type != XA_ATOM ||
       n < 1 || fmt < 32)
     return (None);