From 6700847458427cbdbaf837ab06bfea9b80d92df2 Mon Sep 17 00:00:00 2001 From: Harold L Hunt II Date: Mon, 2 May 2005 22:01:08 +0000 Subject: Fix comments for pointers in parameter lists to work with fussy compilers --- os/osdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/osdep.h') 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*/, -- cgit v1.2.3