mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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
|
||||
|
||||
/************************************************************************
|
||||
|
||||
************************************************************************/
|
||||
|
Reference in New Issue
Block a user