diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-30 09:29:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-30 09:29:39 (GMT) |
commit | f85b666de3d6de93f6c60d612e1c4abf5c671a90 (patch) | |
tree | 8fff0ff544d9587f440f38ca68e6b4a7f75e63a8 /unix/tkUnixRFont.c | |
parent | f8a08520cdc2af1b2db6af075baaa99582e6513d (diff) | |
download | tk-f85b666de3d6de93f6c60d612e1c4abf5c671a90.zip tk-f85b666de3d6de93f6c60d612e1c4abf5c671a90.tar.gz tk-f85b666de3d6de93f6c60d612e1c4abf5c671a90.tar.bz2 |
Add a few "const" keywords, just for 'correctness'
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r-- | unix/tkUnixRFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index cf4127d..36c4540 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -69,7 +69,7 @@ void TkpFontPkgInit( TkMainInfo *mainPtr) /* The application being created. */ { - static Tcl_Config cfg[] = { + static const Tcl_Config cfg[] = { { "fontsystem", "xft" }, { 0,0 } }; |