mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 07:18:06 +02:00
Fix comment typo & confusing indentation levels in Data() macro definition
The final } matches the one on the #define line, not one that doesn't appear after the else statement it was lined up with Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
afd6593da9
commit
6c558ee357
1 changed files with 2 additions and 2 deletions
|
|
@ -574,7 +574,7 @@ extern void _XFlushGCCache(Display *dpy, GC gc);
|
|||
* 32 bit word alignment. Transmit if the buffer fills.
|
||||
*
|
||||
* "dpy" is a pointer to a Display.
|
||||
* "data" is a pinter to a data buffer.
|
||||
* "data" is a pointer to a data buffer.
|
||||
* "len" is the length of the data buffer.
|
||||
*/
|
||||
#ifndef DataRoutineIsProcedure
|
||||
|
|
@ -584,7 +584,7 @@ extern void _XFlushGCCache(Display *dpy, GC gc);
|
|||
dpy->bufptr += ((len) + 3) & ~3;\
|
||||
} else\
|
||||
_XSend(dpy, data, len);\
|
||||
}
|
||||
}
|
||||
#endif /* DataRoutineIsProcedure */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue