movieinfo: move #endif to right place

Origin commit data
------------------
Commit: 34b03c246f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)

Origin message was:
------------------
- movieinfo: move #endif to right place
This commit is contained in:
vanhofen
2016-08-09 15:56:19 +02:00
parent 29b2eab290
commit 608c7c9b35

View File

@@ -509,7 +509,7 @@ void CMovieInfo::showMovieInfo(MI_MOVIE_INFO & movie_info)
ShowMsg2UTF(movie_info.epgTitle.empty()? movie_info.file.getFileName().c_str() : movie_info.epgTitle.c_str(), print_buffer.c_str(), CMsgBox::mbrBack, CMsgBox::mbBack); // UTF-8*/
}
#endif
/************************************************************************
************************************************************************/
@@ -819,7 +819,7 @@ bool CMovieInfo::parseXmlQuickFix(std::string &_text, MI_MOVIE_INFO * movie_info
#endif
return (false);
}
#endif
/************************************************************************
************************************************************************/