summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-24 14:58:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-24 14:58:42 (GMT)
commitaeef890ebe6106ea783b80a7626e04a8a7906824 (patch)
treed6d9d74b7ecb6ab7002d0016e199ce57152d3161 /generic/tkBusy.c
parent64d47b45ab34decb7052b2d4efc4cc43741f54fd (diff)
downloadtk-aeef890ebe6106ea783b80a7626e04a8a7906824.zip
tk-aeef890ebe6106ea783b80a7626e04a8a7906824.tar.gz
tk-aeef890ebe6106ea783b80a7626e04a8a7906824.tar.bz2
Small round of sentinel/spacing improvements
Diffstat (limited to 'generic/tkBusy.c')
-rw-r--r--generic/tkBusy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBusy.c b/generic/tkBusy.c
index 9cac37c..65e1fc7 100644
--- a/generic/tkBusy.c
+++ b/generic/tkBusy.c
@@ -699,7 +699,7 @@ GetBusy(
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"can't find busy window \"%s\"", Tcl_GetString(windowObj)));
Tcl_SetErrorCode(interp, "TK", "LOOKUP", "BUSY",
- Tcl_GetString(windowObj), NULL);
+ Tcl_GetString(windowObj), (char *)NULL);
return NULL;
}
return (Busy *)Tcl_GetHashValue(hPtr);