diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:03:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:03:48 -0700 |
commit | 5256304812e89c1c02bed093d11f96d97216bdbe (patch) | |
tree | 439f5f71410af72cf80cc09e9ccaccf85fbba113 /xkbprint.h | |
parent | e1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 (diff) |
Fix many const char * warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbprint.h')
-rw-r--r-- | xkbprint.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ typedef struct _XKBPrintArgs { extern Bool DumpInternalFont( - FILE * /* out */ , - char * /* fontName */ + FILE * /* out */ , + const char * /* fontName */ ); extern Bool |