Fix compilation errors of the web interface

This commit is contained in:
2025-11-22 23:59:08 +01:00
parent 7b0b1acf61
commit d7a2262172
5 changed files with 88 additions and 15 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ void toasty_free_result(ToastyResult *result)
toasty_free_listing(&result->listing);
}
void toasty_set_uesr(ToastyFS *toasty, ToastyHandle handle, void *user)
void toasty_set_user(ToastyFS *toasty, ToastyHandle handle, void *user)
{
int opidx = handle_to_operation(toasty, handle);
if (opidx < 0)