summaryrefslogtreecommitdiff
path: root/fontproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'fontproto.h')
-rw-r--r--fontproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontproto.h b/fontproto.h
index 1ab8f37..490629e 100644
--- a/fontproto.h
+++ b/fontproto.h
@@ -74,7 +74,7 @@ extern FontPtr CreateFontRec (void);
extern void DestroyFontRec (FontPtr font);
extern Bool _FontSetNewPrivate (FontPtr /* pFont */,
int /* n */,
- pointer /* ptr */);
+ void * /* ptr */);
extern int AllocateFontPrivateIndex (void);
extern void ResetFontPrivateIndex (void);