summaryrefslogtreecommitdiff
path: root/os/osdep.h
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 /os/osdep.h
parente50ab8feade400efd8e88ee0b2deeb924f169034 (diff)
Fix comments for pointers in parameter lists to work with fussy compilers
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h
index fca8ecf9a..f1cc8b3a2 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -216,7 +216,7 @@ extern int StandardFlushClient(
int /*extraCount*/
);
extern int LbxFlushClient(ClientPtr /*who*/, OsCommPtr /*oc*/,
- char */*extraBuf*/, int /*extraCount*/);
+ char * /*extraBuf*/, int /*extraCount*/);
#else
extern int FlushClient(
ClientPtr /*who*/,