summaryrefslogtreecommitdiff
path: root/dev-tcltk/tdom/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-13 01:35:20 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-13 01:35:20 +0100
commitc5806fcd6b740ecbd62f4fb2e09d8c8dfa2966fc (patch)
tree32b0c57abadad13ba25305af959e636eb410bee0 /dev-tcltk/tdom/files
parentad4a5451f677f33e2de05548b45fb92a8b3d04da (diff)
gentoo auto-resync : 13:07:2022 - 01:35:20
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r--dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch b/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
index 1170eb16bb5b..a0a691fdce60 100644
--- a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
+++ b/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
@@ -16,7 +16,7 @@
#else
SchemaData *
-tdomGetSchemadata (void)
-+tdomGetSchemadata (Tcl_Interp *)
++tdomGetSchemadata (Tcl_Interp *interp)
{
return GETASI;
}