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

Origin commit data
------------------
Commit: b322403f19
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)
This commit is contained in:
[CST] Focus
2014-02-19 15:18:22 +04:00
parent b813b4858b
commit 731b6e53e4

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;