diff options
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r-- | include/X11/fonts/pcf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h index 3d47c66..ddce0a9 100644 --- a/include/X11/fonts/pcf.h +++ b/include/X11/fonts/pcf.h @@ -92,6 +92,6 @@ extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, int bit, int byte, int glyph, int scan ); extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); -extern void pcfError ( const char *, ... ); +extern void pcfError ( const char *, ... ) _X_ATTRIBUTE_PRINTF(1, 2); #endif /* _PCF_H_ */ |