diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
commit | 27afd154a9fc5f72d7a829b285c340766ef8c6ce (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /unix | |
parent | 880cdb78d06b59af92473975f26308d56a266979 (diff) | |
parent | c5c29cc39d29340d28c498b3008ba0a9ca9f84bd (diff) | |
download | tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.zip tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.gz tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.bz2 |
consistant use of mode: objc for OSX, strip spaces from the end of lines
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixWm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index 3362081..eb183bd 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -6418,7 +6418,7 @@ TkWmStackorderToplevel( } /* - * ASSERT: window_ptr - windows == table.numEntries + * ASSERT: window_ptr - windows == table.numEntries * (#matched toplevel windows == #children) [Bug 1789819] */ |