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/tkPack.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/tkPack.c')
-rw-r--r-- | generic/tkPack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPack.c b/generic/tkPack.c index 105bca0..bdc1f37 100644 --- a/generic/tkPack.c +++ b/generic/tkPack.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPack.c,v 1.22 2005/08/10 22:02:22 dkf Exp $ + * RCS: @(#) $Id: tkPack.c,v 1.23 2005/08/11 01:32:26 dgp Exp $ */ #include "tkPort.h" @@ -124,7 +124,6 @@ static void DestroyPacker(char *memPtr); static Packer * GetPacker(Tk_Window tkwin); static int PackAfter(Tcl_Interp *interp, Packer *prevPtr, Packer *masterPtr, int objc,Tcl_Obj *CONST objv[]); -static void PackReqProc(ClientData clientData, Tk_Window tkwin); static void PackStructureProc(ClientData clientData, XEvent *eventPtr); static void Unlink(Packer *packPtr); @@ -451,6 +450,7 @@ Tk_PackObjCmd(clientData, interp, objc, objv) } break; } + } return TCL_OK; } |