diff options
author | dgp <dgp@users.sourceforge.net> | 2005-08-11 01:32:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-08-11 01:32:26 (GMT) |
commit | c76b64e4b9353b355397f17e678900732550a513 (patch) | |
tree | 697612ad3e1d7abc0534fe0618d217e9555e6eb6 /generic/tkGrid.c | |
parent | c8d989f48e69bfff4d7cb7214f8f4539e303fd7c (diff) | |
download | tk-c76b64e4b9353b355397f17e678900732550a513.zip tk-c76b64e4b9353b355397f17e678900732550a513.tar.gz tk-c76b64e4b9353b355397f17e678900732550a513.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) { |