zapit/src/getservices.cpp: fix missed DVB-T footer

Origin commit data
------------------
Branch: ni/coolstream
Commit: b322403f19
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-02-19 15:18:22 +04:00
parent 3a9ceecdce
commit 8e92721e31

View File

@@ -1028,6 +1028,7 @@ bool CServiceManager::SaveCurrentServices(transponder_id_t tpid)
break;
case FE_OFDM:
sprintf(satstr, "\t<%s name=\"%s\"\n", "terrestrial", spos_it->second.name.c_str());
footer = "</terrestrial>";
break;
default:
break;