diff options
author | dgp <dgp@noemail.net> | 2005-08-11 01:32:26 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-08-11 01:32:26 (GMT) |
commit | 0f841848cca7cbd9abc93a1c40c21e3314a4e9aa (patch) | |
tree | 697612ad3e1d7abc0534fe0618d217e9555e6eb6 /generic/tkPack.c | |
parent | 009ec20c9dc755e41364734a529333f388457863 (diff) | |
download | tk-0f841848cca7cbd9abc93a1c40c21e3314a4e9aa.zip tk-0f841848cca7cbd9abc93a1c40c21e3314a4e9aa.tar.gz tk-0f841848cca7cbd9abc93a1c40c21e3314a4e9aa.tar.bz2 |
assorted typos and errors caught by compiler
FossilOrigin-Name: 202d05080d6c3dda25595f1d1065144230bf1fc6
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; } |