Corrected formatting error.

Part of dns_dynu_rm() impementation.
This commit is contained in:
shar0119 2017-04-13 20:54:57 -07:00 committed by GitHub
parent 9a61d6293d
commit 394b1002b3

View File

@ -112,7 +112,7 @@ dns_dynu_rm() {
_err "Could not remove TXT record $_dns_record_id." _err "Could not remove TXT record $_dns_record_id."
fi fi
return 0 return 0
} }
######## Private functions below ################################## ######## Private functions below ##################################