mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix comments for pointers in parameter lists to work with fussy compilers
This commit is contained in:
parent
e50ab8fead
commit
6700847458
4 changed files with 6 additions and 6 deletions
|
|
@ -366,7 +366,7 @@ extern int DoGetImage(
|
|||
int /*width*/,
|
||||
int /*height*/,
|
||||
Mask /*planemask*/,
|
||||
xGetImageReply **/*im_return*/);
|
||||
xGetImageReply ** /*im_return*/);
|
||||
|
||||
#ifdef LBX
|
||||
extern void IncrementClientCount(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue