diff options
Diffstat (limited to 'xorg-server/Xext/syncsrv.h')
-rw-r--r-- | xorg-server/Xext/syncsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/Xext/syncsrv.h b/xorg-server/Xext/syncsrv.h index 2b7077364..46f25bdfc 100644 --- a/xorg-server/Xext/syncsrv.h +++ b/xorg-server/Xext/syncsrv.h @@ -118,7 +118,7 @@ typedef union { } SyncAwaitUnion; extern pointer SyncCreateSystemCounter( - const char */* name */, + const char * /* name */, CARD64 /* inital_value */, CARD64 /* resolution */, SyncCounterType /* change characterization */, |