fix missing end in parse_sender_and_path function
This commit is contained in:
parent
cb1838d4a9
commit
2e011fd0d7
1 changed files with 1 additions and 0 deletions
|
|
@ -1177,6 +1177,7 @@ defmodule Parser do
|
|||
{:error, reason} ->
|
||||
{:error, "Invalid callsign: #{reason}"}
|
||||
end
|
||||
end
|
||||
|
||||
defp extract_ssid(nil), do: nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue