summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-08 15:16:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-08 15:16:57 (GMT)
commit2f06f93f705ba316b0374ad2742cfe49227b1aeb (patch)
tree06280fa14c170fcb1e2ec950550ba8a0991c2ee3 /generic/tkImgGIF.c
parent0a9213075871ce2995c09448b33795b1ae53118e (diff)
parenta5e4b9f2e248af1d2b1d0e70a5cee6db6088bcd3 (diff)
downloadtk-2f06f93f705ba316b0374ad2742cfe49227b1aeb.zip
tk-2f06f93f705ba316b0374ad2742cfe49227b1aeb.tar.gz
tk-2f06f93f705ba316b0374ad2742cfe49227b1aeb.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tkImgGIF.c')
-rw-r--r--generic/tkImgGIF.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkImgGIF.c b/generic/tkImgGIF.c
index 8702970..b9b5273 100644
--- a/generic/tkImgGIF.c
+++ b/generic/tkImgGIF.c
@@ -771,7 +771,7 @@ FileReadGIF(
result = TCL_OK;
error:
-
+
/*
* If a trash buffer has been allocated, free it now.
*/
@@ -1996,11 +1996,11 @@ CommonWriteGIF(
*/
if (NULL != metadataInObj) {
Tcl_Obj *itemData;
-
+
/*
* Check and code comment block
*/
-
+
if (TCL_ERROR == Tcl_DictObjGet(interp, metadataInObj,
Tcl_NewStringObj("comment",-1),
&itemData)) {