Skip to content

Commit

Permalink
dev-tcltk/tdom: omitted parameter
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/832179
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Jul 12, 2022
1 parent 4ab4aac commit 7118576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#else
SchemaData *
-tdomGetSchemadata (void)
+tdomGetSchemadata (Tcl_Interp *)
+tdomGetSchemadata (Tcl_Interp *interp)
{
return GETASI;
}

0 comments on commit 7118576

Please sign in to comment.