Remove an unnecessary "return $?" at end of function

This commit is contained in:
Devin Teske 2016-12-12 19:26:55 +00:00
parent 8555a6e0a4
commit 15fadc4858

View File

@ -130,8 +130,6 @@ dialog_country_select()
)
country_set "$regdomain" "$country"
return $?
}
############################################################ MAIN