Fix comments for pointers in parameter lists to work with fussy compilers

This commit is contained in:
Harold L Hunt II
2005-05-02 22:01:08 +00:00
parent e50ab8fead
commit 6700847458
4 changed files with 6 additions and 6 deletions

View File

@@ -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);