diff options
author | Harold L Hunt II <huntharo@msu.edu> | 2005-05-02 22:01:08 +0000 |
---|---|---|
committer | Harold L Hunt II <huntharo@msu.edu> | 2005-05-02 22:01:08 +0000 |
commit | 6700847458427cbdbaf837ab06bfea9b80d92df2 (patch) | |
tree | 8469abac693babd30e610db2ef55def28bd53d1a /include | |
parent | e50ab8feade400efd8e88ee0b2deeb924f169034 (diff) |
Fix comments for pointers in parameter lists to work with fussy compilers
Diffstat (limited to 'include')
-rw-r--r-- | include/dix.h | 2 |
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); |