summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2005-05-02 22:01:08 +0000
committerHarold L Hunt II <huntharo@msu.edu>2005-05-02 22:01:08 +0000
commit6700847458427cbdbaf837ab06bfea9b80d92df2 (patch)
tree8469abac693babd30e610db2ef55def28bd53d1a /include
parente50ab8feade400efd8e88ee0b2deeb924f169034 (diff)
Fix comments for pointers in parameter lists to work with fussy compilers
Diffstat (limited to 'include')
-rw-r--r--include/dix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix.h b/include/dix.h
index a7d71ef68..1b8fc4265 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -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);