diff options
author | dgp@users.sourceforge.net <dgp> | 2005-08-11 01:32:26 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2005-08-11 01:32:26 (GMT) |
commit | b2685fc2438eba9352a419a51a7c04ed37da82e0 (patch) | |
tree | 697612ad3e1d7abc0534fe0618d217e9555e6eb6 /generic/tkGrid.c | |
parent | 0a14a4ea9b113d11a59f643f4e3a8dd5e59e9a5e (diff) | |
download | tk-b2685fc2438eba9352a419a51a7c04ed37da82e0.zip tk-b2685fc2438eba9352a419a51a7c04ed37da82e0.tar.gz tk-b2685fc2438eba9352a419a51a7c04ed37da82e0.tar.bz2 |
assorted typos and errors caught by compiler
Diffstat (limited to 'generic/tkGrid.c')
-rw-r--r-- | generic/tkGrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkGrid.c b/generic/tkGrid.c index cd4df5c..1844bcf 100644 --- a/generic/tkGrid.c +++ b/generic/tkGrid.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkGrid.c,v 1.38 2005/08/10 22:02:22 dkf Exp $ + * RCS: @(#) $Id: tkGrid.c,v 1.39 2005/08/11 01:32:26 dgp Exp $ */ #include "tkInt.h" @@ -2494,7 +2494,7 @@ CheckSlotData(masterPtr, slot, slotType, checkOnly) masterPtr->masterDataPtr->rowSpace = newNumSlot; } else { masterPtr->masterDataPtr->columnPtr = newSI; - masterPtr->masterDataPtr->columnSpace = newNumSlotSI; + masterPtr->masterDataPtr->columnSpace = newNumSlot; } } if (slot >= end && checkOnly != CHECK_SPACE) { |