Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62058a4

Browse files
Fix typo
1 parent 023d0c6 commit 62058a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_tkagg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ bool load_tcl_tk(T lib)
237237
if (auto ptr = dlsym(lib, "Tk_FindPhoto")) {
238238
TK_FIND_PHOTO = (Tk_FindPhoto_t)ptr;
239239
}
240-
if (auto* ptr = dlsym(lib, "Tk_PhotoPutBlock")) {
240+
if (auto ptr = dlsym(lib, "Tk_PhotoPutBlock")) {
241241
TK_PHOTO_PUT_BLOCK = (Tk_PhotoPutBlock_t)ptr;
242242
}
243243
return TCL_SETVAR && TK_FIND_PHOTO && TK_PHOTO_PUT_BLOCK;

0 commit comments

Comments
 (0)