1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

mod_adhoc_api: Fix warning when running "make translations"

This commit is contained in:
Badlop 2025-03-27 17:19:16 +01:00
parent 4fe5ee034c
commit 9c29457ee2

View file

@ -504,7 +504,7 @@ set_form_api_command(From, Host, CommandNameBin, XData, _Lang) ->
var = <<"error">>}] var = <<"error">>}]
end, end,
FieldsResultWithHeads = FieldsResultWithHeads =
[#xdata_field{type = fixed, label = ?T("")}, [#xdata_field{type = fixed, label = <<"">>},
#xdata_field{type = fixed, label = ?T("Result")} #xdata_field{type = fixed, label = ?T("Result")}
| FieldsResult2], | FieldsResult2],