summaryrefslogtreecommitdiff
path: root/xkbprint.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:03:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:03:48 -0700
commit5256304812e89c1c02bed093d11f96d97216bdbe (patch)
tree439f5f71410af72cf80cc09e9ccaccf85fbba113 /xkbprint.h
parente1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 (diff)
Fix many const char * warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbprint.h')
-rw-r--r--xkbprint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbprint.h b/xkbprint.h
index 7017526..e4bb0fc 100644
--- a/xkbprint.h
+++ b/xkbprint.h
@@ -59,8 +59,8 @@ typedef struct _XKBPrintArgs {
extern Bool
DumpInternalFont(
- FILE * /* out */ ,
- char * /* fontName */
+ FILE * /* out */ ,
+ const char * /* fontName */
);
extern Bool