diff options
author | dgp <dgp@users.sourceforge.net> | 2020-03-18 14:38:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-03-18 14:38:39 (GMT) |
commit | beb7fb810b843573cb513577c6ed9f7c56c4741e (patch) | |
tree | 9ae9afc3b8a59f3063dcb6569c2155bd182ebb8d /unix/tkUnixFont.c | |
parent | 84d93a6e998f4394ae62cec0ea81fa96287a8d7a (diff) | |
download | tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.zip tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.tar.gz tk-beb7fb810b843573cb513577c6ed9f7c56c4741e.tar.bz2 |
TIP 569 remove lint comments
Diffstat (limited to 'unix/tkUnixFont.c')
-rw-r--r-- | unix/tkUnixFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index c1e9264..0cc9261 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -2467,7 +2467,7 @@ CanUseFallback( numEncodings = 0; Tcl_DStringInit(&dsEncodings); - charset = NULL; /* lint, since numNames must be > 0 to get here. */ + charset = NULL; /* numNames must be > 0 to get here. */ retry: bestIdx[0] = -1; |