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
1 changed files with 1 additions and 1 deletions

View File

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